Diff for /np2/font/font.h between versions 1.4 and 1.5

version 1.4, 2005/02/07 14:46:10 version 1.5, 2005/02/09 20:11:34
Line 14  extern UINT8 __font[0x84000]; Line 14  extern UINT8 __font[0x84000];
 #endif  #endif
   
 void font_initialize(void);  void font_initialize(void);
 UINT8 font_load(const char *filename, BOOL force);  UINT8 font_load(const OEMCHAR *filename, BOOL force);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.4  
changed lines
  Added in v.1.5


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