#pragma once namespace scripting { extern std::unordered_map> fields_table; extern std::unordered_map> script_function_table; void on_shutdown(const std::function& callback); }