| 340 | } |
| 341 | |
| 342 | AppFrame::~AppFrame() |
| 343 | { |
| 344 | if (m_iStatus != AppStatus::NotInitialized && m_iStatus != AppStatus::Destroyed) |
| 345 | { |
| 346 | // 若没有销毁框架,则执行销毁 |
| 347 | Shutdown(); |
| 348 | } |
| 349 | } |
| 350 | |
| 351 | #pragma region 脚本接口 |
| 352 | LNOINLINE void AppFrame::ShowSplashWindow(const char* imgPath)LNOEXCEPT |
nothing calls this directly
no outgoing calls
no test coverage detected