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

version 1.1, 2003/10/16 17:58:31 version 1.3, 2004/02/18 21:58:41
Line 7  extern "C" { Line 7  extern "C" {
 #endif  #endif
   
 #ifdef FONTMEMORYBIND  #ifdef FONTMEMORYBIND
 #define font    (mem + FONT_ADRS)  #define fontrom         (mem + FONT_ADRS)
 #else  #else
 extern  BYTE    __font[0x84000];  extern  BYTE    __font[0x84000];
 #define font    (__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.1  
changed lines
  Added in v.1.3


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