| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to mousemng.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / wince | 
add...
#include	"compiler.h"
#include	"xmil.h"
#include	"mousemng.h"
REG8 mousemng_getstat(SINT16 *x, SINT16 *y, BRESULT clear) {
	*x = 0;
	*y = 0;
	(void)clear;
	return(0);
}