FIX compiling with NO_OGL
This commit is contained in:
parent
9146d8d68e
commit
453871ad4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue