DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ogl_fonts.h
Go to the documentation of this file.
1 #ifndef OGL_FONTS_H_
2 #define OGL_FONTS_H_
3 
4 #ifdef __cplusplus
5 #define OGL_FONTS_DECL_BEGIN__ extern "C" {
6 #define OGL_FONTS_DECL_END__ }
7 #else
8 #define OGL_FONTS_DECL_BEGIN__
9 #define OGL_FONTS_DECL_END__
10 #endif
11 
13 
14 extern unsigned char ogl_font_5x5[256][5][5];
15 
17 
18 #endif /* OGL_FONTS_H_ */