#pragma once #include namespace scripting { extern std::unordered_map> fields_table; extern std::unordered_map> script_function_table; }