Files
iw5-gsc-utils/src/component/scripting.hpp
2021-06-19 03:40:28 +02:00

7 lines
230 B
C++

#pragma once
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;
}