Home | All Classes | Grouped Classes | Index | Search

Class CL_ClanApplication

The starting place for all applications. More...

Derived from: none
Derived by: none
Group: App (System)

#include <ClanLib/application.h>

CL_ClanApplication

Clan Application constructor

main

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.



Questions or comments, write to the
ClanLib mailing list.