File:  [RetroPC.NET] / np2 / common / strres.c
Revision 1.5: download - view: text, annotated - select for diffs
Thu Jan 22 10:10:03 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
update v0.74core (T.Yui)

#include	"strres.h"


const char str_null[] = "";
const char str_space[] = " ";
const char str_dot[] = ".";

const char str_cr[] = "\r";
const char str_crlf[] = "\r\n";

const char str_ini[] = "ini";
const char str_cfg[] = "cfg";
const char str_sav[] = "sav";
const char str_bmp[] = "bmp";
const char str_d88[] = "d88";
const char str_d98[] = "d98";
const char str_thd[] = "thd";
const char str_hdi[] = "hdi";
const char str_hdd[] = "hdd";

const char str_d[] = "%d";
const char str_u[] = "%u";
const char str_x[] = "%x";
const char str_2d[] = "%.2d";
const char str_2x[] = "%.2x";
const char str_4x[] = "%.4x";
const char str_4X[] = "%.4X";

const char str_false[] = "false";
const char str_true[] = "true";

const char str_posx[] = "posx";
const char str_posy[] = "posy";
const char str_width[] = "width";
const char str_height[] = "height";

const char str_np2[] = "Neko Project II";
const char str_resume[] = "Resume";

const char str_VM[] = "VM";
const char str_VX[] = "VX";
const char str_EPSON[] = "EPSON";


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