satdump/src-core/init.h
2022-09-11 19:15:24 +02:00

11 lines
No EOL
202 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;
void initSatdump();
}