Application Namespace Reference
Detailed Description
The Application namespace contains all base classes for game logic.
Data Structures | |
class | StateHandler |
Functions | |
void | Exit () |
Function Documentation
void Application::Exit | ( | ) |
This method must be called right before the main() function's end. It will properly cleanup the Nebula3 runtime, its static objects, private heaps and finally produce a refcount leak and mem leak report (debug builds only).