Functionality relating to core application management, such as event-handling and process management.
Definition Interface.hpp:9
bool ShouldQuit()
Returns whether the application should quit or not.
bool Initialize()
Initializes application information.
void DeInitialize()
De-Initializes the application's data.
void Tick()
Updates any core application info and handles events.
bool initialized
Whether all Interface functionality has been initialized.
Definition Interface.hpp:23
void QueueQuit()
Queues a quit of the application. The app will return false on the next call to ShouldQuit()