Helper class to create cross platform applications. More...
#include <application.h>
Public Member Functions | |
ApplicationInstance (bool catch_exceptions=true) | |
Constructor. More... | |
Helper class to create cross platform applications.
To use this class, inherit from Application and make a single global instance of ApplicationInstance<YourClass>.
If you do not want exceptions to be automatically caught, pass "false" to the optional catch_exceptions parameter in Application
Your program does not have to use this class. For more advanced usage use a normal main function for the target platform and interface with the RunLoop class
|
inline |
Constructor.