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

setupgl.h

Go to the documentation of this file.
00001 
00003 
00004 #ifndef header_setupgl
00005 #define header_setupgl
00006 
00007 class CL_SetupGL
00008 //: ClanGL initialization.
00009 {
00010 public:
00011         static void init();
00012         // Call this function in init_modules() to use clanGL.
00013 
00014         static void deinit();
00015         // Call this function in deinit_modules().
00016 };
00017 
00018 #endif

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