mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
10 lines
No EOL
148 B
C++
10 lines
No EOL
148 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include "dll_export.h"
|
|
|
|
namespace satdump
|
|
{
|
|
SATDUMP_DLL extern std::string user_path;
|
|
void initSatdump();
|
|
} |