File:  [RetroPC.NET] / np2 / x11 / debug / debugwin.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Jan 16 03:43:13 2011 JST (14 years, 9 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
remove CVS Id.

#if defined(SUPPORT_MEMDBG32)

void debugwin_create(void);
void debugwin_destroy(void);
void debugwin_process(void);

#else

#define	debugwin_create()
#define	debugwin_destroy()
#define	debugwin_process()

#endif

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