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:
parent
9f528d6ead
commit
c5609ef93d
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef NO_OGL
|
||||||
|
|
||||||
//*********************************************************
|
//*********************************************************
|
||||||
//GLFONT.CPP -- glFont routines
|
//GLFONT.CPP -- glFont routines
|
||||||
//Copyright (c) 1998 Brad Fish
|
//Copyright (c) 1998 Brad Fish
|
||||||
|
@ -151,4 +153,4 @@ void glFontTextOut (char *String, float x, float y,
|
||||||
//End of file
|
//End of file
|
||||||
|
|
||||||
|
|
||||||
|
#endif // NO_OGL
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef NO_OGL
|
||||||
|
|
||||||
//*********************************************************
|
//*********************************************************
|
||||||
//GLFONT.H -- Header for GLFONT.CPP
|
//GLFONT.H -- Header for GLFONT.CPP
|
||||||
//Copyright (c) 1998 Brad Fish
|
//Copyright (c) 1998 Brad Fish
|
||||||
|
@ -61,3 +63,4 @@ void glFontTextOut (char *String, float x, float y,
|
||||||
#endif
|
#endif
|
||||||
//End of file
|
//End of file
|
||||||
|
|
||||||
|
#endif // NO_OGL
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef NO_OGL
|
||||||
|
|
||||||
#define GZGLFONT_SIZE 35096
|
#define GZGLFONT_SIZE 35096
|
||||||
|
|
||||||
|
|
||||||
|
@ -255,3 +257,6 @@ unsigned char gzglfont[]=
|
||||||
'\x16', '\x2D', '\x5A', '\xB4', '\xE9', '\xB1', '\xFF', '\x01',
|
'\x16', '\x2D', '\x5A', '\xB4', '\xE9', '\xB1', '\xFF', '\x01',
|
||||||
'\xF1', '\xAA', '\xBA', '\x4E', '\x18', '\x89', '\x00', '\x00'
|
'\xF1', '\xAA', '\xBA', '\x4E', '\x18', '\x89', '\x00', '\x00'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // NO_OGL
|
||||||
|
|
Loading…
Reference in New Issue