h1-mod/src/client/component/scripting.hpp

8 lines
263 B
C++
Raw Normal View History

2022-03-01 15:14:41 -05:00
#pragma once
#include <utils/concurrency.hpp>
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;
}