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; }