satdump/src-core/init.h
2023-01-23 14:23:09 +01:00

12 lines
No EOL
253 B
C++

#pragma once
#include <string>
#include "dll_export.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();
}