[Igarden-commit] CommonSource/YAAFExtensions RGGLBitmapFont.h, 1.11, 1.12
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:06:42
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23254 Modified Files: RGGLBitmapFont.h Log Message: Win32 changes Index: RGGLBitmapFont.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLBitmapFont.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** RGGLBitmapFont.h 18 Oct 2006 02:17:18 -0000 1.11 --- RGGLBitmapFont.h 22 Feb 2007 04:06:41 -0000 1.12 *************** *** 37,40 **** --- 37,44 ---- #if OPT_MACOS #include <AGL/agl.h> + #elif OPT_WINOS + #include <gl/glu.h> + #include <gl/glext.h> + #include <gl/gl.h> #endif #include <XGString.h> |