#pragma once #include "dll_export.h" #include "db/iers/iers_handler.h" #include "db/tle/tle_handler.h" #include #include #include "db/db_handler.h" namespace satdump { SATDUMP_DLL extern std::string user_path; SATDUMP_DLL extern std::string tle_file_override; SATDUMP_DLL extern bool tle_do_update_on_init; void initSatdump(bool is_gui = false); SATDUMP_DLL extern std::shared_ptr db; SATDUMP_DLL extern std::shared_ptr db_tle; SATDUMP_DLL extern std::shared_ptr db_iers; } // namespace satdump