Diff for /np2/font/font.h between versions 1.2 and 1.3

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

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>