File:  [RetroPC.NET] / xmil / common / strres.c
Revision 1.2: download - view: text, annotated - select for diffs
Mon Aug 16 18:19:39 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...

#include	"compiler.h"
#include	"strres.h"


const OEMCHAR str_null[] = OEMTEXT("");
const OEMCHAR str_space[] = OEMTEXT(" ");
const OEMCHAR str_dot[] = OEMTEXT(".");

const OEMCHAR str_cr[] = OEMTEXT("\r");
const OEMCHAR str_crlf[] = OEMTEXT("\r\n");

const OEMCHAR str_ini[] = OEMTEXT("ini");
const OEMCHAR str_cfg[] = OEMTEXT("cfg");
const OEMCHAR str_sav[] = OEMTEXT("sav");
const OEMCHAR str_bmp[] = OEMTEXT("bmp");
const OEMCHAR str_e2d[] = OEMTEXT("2d");
const OEMCHAR str_d88[] = OEMTEXT("d88");
const OEMCHAR str_88d[] = OEMTEXT("88d");
const OEMCHAR str_dx1[] = OEMTEXT("dx1");

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

const OEMCHAR str_false[] = OEMTEXT("false");
const OEMCHAR str_true[] = OEMTEXT("true");

const OEMCHAR str_posx[] = OEMTEXT("posx");
const OEMCHAR str_posy[] = OEMTEXT("posy");
const OEMCHAR str_width[] = OEMTEXT("width");
const OEMCHAR str_height[] = OEMTEXT("height");

const OEMCHAR str_xmil[] = OEMTEXT("X millennium");
const OEMCHAR str_resume[] = OEMTEXT("Resume");


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