00001 /* 00002 $Id: gl.h,v 1.4 2001/03/14 23:14:20 sphair Exp $ 00003 00004 ------------------------------------------------------------------------ 00005 ClanLib, the platform independent game SDK. 00006 00007 This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE 00008 version 2. See COPYING for details. 00009 00010 For a total list of contributers see CREDITS. 00011 00012 ------------------------------------------------------------------------ 00013 */ 00014 00015 #ifndef header_gl 00016 #define header_gl 00017 00018 #ifdef WIN32 00019 #include <windows.h> 00020 #endif 00021 00022 #include <GL/gl.h> 00023 #include <GL/glu.h> 00024 00025 #include "GL/setupgl.h" 00026 #include "GL/opengl.h" 00027 #include "GL/texture.h" 00028 00029 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001