This commit is contained in:
Federico Cecchetto
2021-12-13 03:05:22 +01:00
parent e918bdf28f
commit 0ac5225114
7 changed files with 48 additions and 26 deletions

View File

@ -4,4 +4,6 @@ namespace scripting
{
extern std::unordered_map<int, std::unordered_map<std::string, int>> fields_table;
extern std::unordered_map<std::string, std::unordered_map<std::string, const char*>> script_function_table;
void on_shutdown(const std::function<void()>& callback);
}