ClanSoft logo
ClanSoft logo

    CL_ClanApplication

The starting place for all applications.

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() and get_title() functions.

Class members

CL_ClanApplication()
virtual ~CL_ClanApplication()
virtual char *get_title()
virtual int main( int argc, char** argv)
static CL_ClanApplication *app

See Also

None


Back to index



This page was built using the Perceps documentation system.