mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
12 lines
No EOL
240 B
C++
12 lines
No EOL
240 B
C++
#pragma once
|
|
|
|
#include "angelscript/angelscript.h"
|
|
#include <string>
|
|
|
|
namespace satdump
|
|
{
|
|
namespace script
|
|
{
|
|
void GenerateScriptPredefined(const asIScriptEngine *engine, const std::string &path);
|
|
}
|
|
} // namespace satdump
|