Diff for /np2/common/strres.h between versions 1.2 and 1.3

version 1.2, 2003/11/14 07:37:28 version 1.3, 2003/11/21 06:51:10
Line 12  extern const char str_crlf[]; Line 12  extern const char str_crlf[];
 #define str_lf  (str_crlf + 1)  #define str_lf  (str_crlf + 1)
   
 extern const char str_ini[];  extern const char str_ini[];
   extern const char str_cfg[];
   extern const char str_sav[];
 extern const char str_bmp[];  extern const char str_bmp[];
 extern const char str_d88[];  extern const char str_d88[];
 extern const char str_d98[];  extern const char str_d98[];
Line 34  extern const char str_posy[]; Line 36  extern const char str_posy[];
 extern const char str_width[];  extern const char str_width[];
 extern const char str_height[];  extern const char str_height[];
   
   extern const char str_np2[];
   extern const char str_resume[];
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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