File:  [RetroPC.NET] / np2 / common / profile.h
Revision 1.4: download - view: text, annotated - select for diffs
Sat Feb 21 13:48:35 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_75, HEAD
fix lio (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

BOOL profile_enum(const char *filename, void *arg,
							BOOL (*proc)(void *arg, const char *para,
									const char *key, const char *data));
const char *profile_getarg(const char *str, char *buf, UINT leng);

#ifdef __cplusplus
}
#endif


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