| ![[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 / nds | 
add nds-win32 simulation project
#include "compiler.h"
#include "mousemng.h"
REG8 mousemng_getstat(SINT16 *pwX, SINT16 *pwY, BRESULT bClear)
{
	*pwX = 0;
	*pwY = 0;
	return 0;
}