File:  [RetroPC.NET] / np2 / common / strres.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:57:09 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036, VER_0_70
Neko Project II

#include	"strres.h"


const char str_null[] = "";
const char str_space[] = " ";
const char str_dot[] = ".";
const char str_cr[] = "\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>