| 18 | std::unordered_set<std::string> g_editor_tick_component_types {}; |
| 19 | |
| 20 | void PiccoloEngine::startEngine(const std::string& config_file_path) |
| 21 | { |
| 22 | Reflection::TypeMetaRegister::Register(); |
| 23 | |
| 24 | g_runtime_global_context.startSystems(config_file_path); |
| 25 | |
| 26 | LOG_INFO("engine start"); |
| 27 | } |
| 28 | |
| 29 | void PiccoloEngine::shutdownEngine() |
| 30 | { |