| 1000 | } |
| 1001 | |
| 1002 | void Director::end() |
| 1003 | { |
| 1004 | auto app = Application::getInstance(); |
| 1005 | if (app) |
| 1006 | app->applicationWillQuit(); |
| 1007 | _cleanupDirectorInNextLoop = true; |
| 1008 | } |
| 1009 | |
| 1010 | void Director::restart() |
| 1011 | { |
no test coverage detected