Diff for /np2/common/strres.c between versions 1.3 and 1.6

version 1.3, 2003/11/21 06:51:10 version 1.6, 2004/01/26 14:49:14
Line 16  const char str_d88[] = "d88"; Line 16  const char str_d88[] = "d88";
 const char str_d98[] = "d98";  const char str_d98[] = "d98";
 const char str_thd[] = "thd";  const char str_thd[] = "thd";
 const char str_hdi[] = "hdi";  const char str_hdi[] = "hdi";
   const char str_hdd[] = "hdd";
   const char str_nhd[] = "nhd";
   
 const char str_d[] = "%d";  const char str_d[] = "%d";
 const char str_u[] = "%u";  const char str_u[] = "%u";
Line 36  const char str_height[] = "height"; Line 38  const char str_height[] = "height";
 const char str_np2[] = "Neko Project II";  const char str_np2[] = "Neko Project II";
 const char str_resume[] = "Resume";  const char str_resume[] = "Resume";
   
   const char str_VM[] = "VM";
   const char str_VX[] = "VX";
   const char str_EPSON[] = "EPSON";
   

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


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