(Griffin) Update Griffin
This commit is contained in:
parent
6200641ccf
commit
3255824a62
|
@ -246,19 +246,13 @@ VIDEO DRIVER
|
||||||
FONTS
|
FONTS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
#if defined(HAVE_OPENGL) || defined(HAVE_D3D8) || defined(HAVE_D3D9)
|
|
||||||
|
|
||||||
#if defined(HAVE_FREETYPE)
|
|
||||||
#include "../gfx/fonts/fonts.c"
|
#include "../gfx/fonts/fonts.c"
|
||||||
|
#include "../gfx/fonts/bitmapfont.c"
|
||||||
|
|
||||||
#if defined(HAVE_FREETYPE)
|
#if defined(HAVE_FREETYPE)
|
||||||
#include "../gfx/fonts/freetype.c"
|
#include "../gfx/fonts/freetype.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../gfx/fonts/bitmapfont.c"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
#include "../gfx/fonts/gl_font.c"
|
#include "../gfx/fonts/gl_font.c"
|
||||||
#endif
|
#endif
|
||||||
|
@ -273,14 +267,18 @@ FONTS
|
||||||
|
|
||||||
#if defined(HAVE_LIBDBGFONT)
|
#if defined(HAVE_LIBDBGFONT)
|
||||||
#include "../gfx/fonts/ps_libdbgfont.c"
|
#include "../gfx/fonts/ps_libdbgfont.c"
|
||||||
#elif defined(HAVE_OPENGL)
|
|
||||||
#include "../gfx/fonts/gl_raster_font.c"
|
|
||||||
#elif defined(_XBOX1)
|
|
||||||
#include "../gfx/fonts/xdk1_xfonts.c"
|
|
||||||
#elif defined(_XBOX360)
|
|
||||||
#include "../gfx/fonts/xdk360_fonts.cpp"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_OPENGL)
|
||||||
|
#include "../gfx/fonts/gl_raster_font.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(_XBOX1)
|
||||||
|
#include "../gfx/fonts/xdk1_xfonts.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(_XBOX360)
|
||||||
|
#include "../gfx/fonts/xdk360_fonts.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
|
|
Loading…
Reference in New Issue