Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

setupcore.h

Go to the documentation of this file.
00001 
00003 
00004 #ifndef header_setupcore
00005 #define header_setupcore
00006 
00007 #ifdef WIN32
00008 #include <windows.h>
00009 #endif
00010 
00011 class CL_SetupCore
00012 //: ClanCore initialization functions.
00013 {
00014 public:
00015         static void init();
00016         // Initialize clanCore. If you are using CL_ClanApplication to boot your
00017         // application, you do not need to call this function.
00018 
00019         static void deinit();
00020         // Deinitialize clanCore. If you are using CL_ClanApplication to boot your
00021         // application, you do not need to call this function.
00022 
00023 #ifdef WIN32
00024         static void set_instance(HINSTANCE hInstance);
00025         // If doing win32 initialization without using clanApp, you must call
00026         // this function before calling CL_SetupCore::init().
00027 #endif
00028 };
00029 
00030 #endif

Generated at Wed Apr 4 19:54:03 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001