Home | All Classes | Grouped Classes | Index | Search
The starting place for all applications. More...
Derived from:
none
Derived by:
none
Group: App (System)
#include <ClanLib/application.h>
Clan Application constructor | |
Main application function | |
app static | Static pointer to an initialized instance of this class. This is set by the constructor. |
Detailed description:
!group=App/System! !header=application.h!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.