| 27 | } |
| 28 | |
| 29 | void PiccoloEngine::shutdownEngine() |
| 30 | { |
| 31 | LOG_INFO("engine shutdown"); |
| 32 | |
| 33 | g_runtime_global_context.shutdownSystems(); |
| 34 | |
| 35 | Reflection::TypeMetaRegister::Unregister(); |
| 36 | } |
| 37 | |
| 38 | void PiccoloEngine::initialize() {} |
| 39 | void PiccoloEngine::clear() {} |
no test coverage detected