#pragma once #include namespace scripting { using shared_table_t = std::unordered_map; extern std::unordered_map> fields_table; extern std::unordered_map> script_function_table; extern utils::concurrency::container shared_table; }