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
1.2.6 written by Dimitri van Heesch,
© 1997-2001