|
Eile Mit Weile
|
Main class of the client executable. More...
#include <EileMitWeile.hpp>
Public Member Functions | |
| virtual bool | OnInit () |
Main class of the client executable.
This class is derived from wxApp, which is wxWidgets' application class. It is the main class of the client executable and is responsible for starting the game client; it initializes the game controller and opens the main game window.
|
virtual |
Initializes the game client. See also GameController::Init and GameWindow::GameWindow.