File:  [RetroPC.NET] / np2 / common / profile.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Feb 12 02:39:59 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_74, HEAD
fix gdc (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));

UINT profile_setkeys(const char *str, UINT8 *key, UINT keymax);
void profile_getkeys(char *str, UINT strmax, const UINT8 *key, UINT keys);

#ifdef __cplusplus
}
#endif


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