File:  [RetroPC.NET] / np2 / win9x / np2arg.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Mar 20 03:54:58 2005 JST (20 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix text file reader (T.Yui)


typedef struct {
	OEMCHAR	*disk[4];
	OEMCHAR	*ini;
	BOOL	fullscreen;
} NP2ARG_T;

extern NP2ARG_T	np2arg;

void np2arg_analize(const TCHAR *argstr);


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