File:  [RetroPC.NET] / xmil / adv / win32s / advsys.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:10 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

extern	BRESULT	__adv_avail;
extern	HWND	__adv_hWnd;
extern	OEMCHAR	__adv_modulefile[MAX_PATH];
extern	UINT8	__adv_reg[0x1000];

LRESULT CALLBACK AdvProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp);

BRESULT advsys_task(void);

#ifdef __cplusplus
}
#endif

#include	"advvideo.h"
#include	"advsound.h"
#include	"advkey.h"


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