File:  [RetroPC.NET] / xmil / wince / mousemng.cpp
Revision 1.1: download - view: text, annotated - select for diffs
Thu Aug 19 20:09:20 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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);
}


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