Defines the DGame class, the base class for all game logic.
The main game loop manager. Meant to be overridden.
The states the game can be in.
Contains flags for all things that could be disabled.
See Source File
Defines the DGame class, the base class for all game logic.