DGen/SDL
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
sdl
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
12
OGL_FONTS_DECL_BEGIN__
13
14
extern
unsigned
char
ogl_font_5x5
[256][5][5];
15
16
OGL_FONTS_DECL_END__
17
18
#endif
/* OGL_FONTS_H_ */
Generated on Sat Feb 9 2013 21:30:13 for DGen/SDL by
1.8.1.1