mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
12 lines
No EOL
253 B
C++
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();
|
|
} |