File:  [RetroPC.NET] / np2 / common / strres.c
Revision 1.2: download - view: text, annotated - select for diffs
Fri Nov 14 16:37:28 2003 JST (21 years, 11 months ago) by yui
Branches: MAIN
CVS tags: VER_0_71, HEAD
code collection... (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_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_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";


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