mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
No EOL
88 B
C++
8 lines
No EOL
88 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace satdump
|
|
{
|
|
int runLua(std::string file);
|
|
} |