| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to mousemng.c 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)
#include	"compiler.h"
#include	"mousemng.h"
REG8 mousemng_getstat(SINT16 *x, SINT16 *y, BRESULT clear) {
	*x = 0;
	*y = 0;
	return(0);
}