FIX compiling with NO_OGL

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@600 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2008-08-13 17:27:07 +00:00
parent 9f528d6ead
commit c5609ef93d
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#ifndef NO_OGL
//*********************************************************
//GLFONT.CPP -- glFont routines
//Copyright (c) 1998 Brad Fish
@ -151,4 +153,4 @@ void glFontTextOut (char *String, float x, float y,
//End of file
#endif // NO_OGL

View File

@ -1,3 +1,5 @@
#ifndef NO_OGL
//*********************************************************
//GLFONT.H -- Header for GLFONT.CPP
//Copyright (c) 1998 Brad Fish
@ -61,3 +63,4 @@ void glFontTextOut (char *String, float x, float y,
#endif
//End of file
#endif // NO_OGL

View File

@ -1,3 +1,5 @@
#ifndef NO_OGL
#define GZGLFONT_SIZE 35096
@ -255,3 +257,6 @@ unsigned char gzglfont[]=
'\x16', '\x2D', '\x5A', '\xB4', '\xE9', '\xB1', '\xFF', '\x01',
'\xF1', '\xAA', '\xBA', '\x4E', '\x18', '\x89', '\x00', '\x00'
};
#endif // NO_OGL