| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to xmilopen.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / adv | 
RetroPC CVS restarting 2005/02/04 (T.Yui)
#if defined(ADV_SIMULATE)
#define	xmilopen()
#else
#ifdef __cplusplus
extern "C" {
#endif
void xmilopen(void);
#ifdef __cplusplus
}
#endif
#endif