|
|
| version 1.2, 2003/11/15 07:10:02 | version 1.3, 2004/02/18 21:58:41 |
|---|---|
| Line 13 extern BYTE __font[0x84000]; | Line 13 extern BYTE __font[0x84000]; |
| #define fontrom (__font) | #define fontrom (__font) |
| #endif | #endif |
| void font_init(void); | void font_initialize(void); |
| BYTE font_load(const char *filename, BOOL force); | BYTE font_load(const char *filename, BOOL force); |
| #ifdef __cplusplus | #ifdef __cplusplus |