File:  [RetroPC.NET] / np2 / win9x / np2arg.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Feb 10 05:11:35 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


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

extern NP2ARG_T	np2arg;

void np2arg_analize(char *argstr);

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