
The starting place for all applications. More...
Derived from: | None |
Derived by: | None |
Group: | System (App) |
#include <ClanLib/application.h>
Class Members:
Construction: | |
Clan Application constructor. |
| |
Main application function. | |
Static pointer to an initialized instance of this class. This is set by the constructor. |
Detailed description:
The application class must be inherited by all ClanLib applications. In your application create a class inheriting CL_ClanApplication , make a global instance of it, and fill in the main() function.