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

adsobase.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  * $Id: adsobase.h,v 1.6 2003/06/27 08:36:41 schou Exp $
00003  * Author: Jakob Schou Jensen <schou@sourceforge.net>
00004  * Licence: GPL
00005  *
00006  * Description: Adso base functions
00007  *
00008  ****************************************************************************/
00009 
00015 #ifndef ADSOBASE_H
00016 #define ADSOBASE_H
00017 
00018 #include <stdio.h>
00019 
00020 #ifdef ADSO_WINDOWS
00021 
00022 #include <windows.h>
00023 #include <wingdi.h>
00024 #include <GL/gl.h>
00025 #include <GL/glaux.h>
00026 #include <GL/glext.h>
00027 
00028 extern PFNGLACTIVETEXTUREARBPROC       glActiveTextureARB;
00029 extern PFNGLMULTITEXCOORD2FARBPROC     glMultiTexCoord2fARB;
00030 extern PFNGLCLIENTACTIVETEXTUREARBPROC glClientActiveTextureARB;
00031 
00033 
00034 #endif
00035 
00036 int adsoinit();
00037 
00038 struct AdsoStats {
00039   int verticeCount;
00040 };
00041 
00042 extern AdsoStats stats;
00043 
00044 #endif
00045 

Generated on Mon Jul 21 10:44:47 2003 for Rover by doxygen 1.3.2