#include <hack4u.hh>
Initializes the application and creates the view.
Definition at line 35 of file hack4u.hh.
Public Member Functions | |
virtual bool | OnInit () |
Called by wxWidgets to start initialization of the application. | |
Static Public Attributes | |
static const wxString * | APP_NAME |
The name of the application. | |
static const wxString * | APP_VERSION |
The version of the application. | |
static const wxString * | APP_COPYRIGHT |
The copyright notice for the application. | |
static const wxString * | APP_URL |
The website URL for this application. |
|
Called by wxWidgets to start initialization of the application.
|
|
Initial value: new wxString(wxT("Copyright (C) 2004-2005 emuWorks"))
|
|
Initial value:
new wxString(wxT(PACKAGE_NAME))
|
|
Initial value: new wxString(wxT("http://games.technoplaza.net/"))
|
|
Initial value:
new wxString(wxT(PACKAGE_VERSION))
|