iw5-gsc-utils/src/component/scripting.hpp
Federico Cecchetto dc150bb940 Initial commit
2021-05-29 22:07:08 +02:00

7 lines
224 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, char*>> script_function_table;
}