File:  [RetroPC.NET] / np2 / mona / mousemng.c
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 14:45:46 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
support Mona-OS (T.Yui)

#include	"compiler.h"
#include	"mousemng.h"


BYTE mousemng_getstat(SINT16 *x, SINT16 *y, int clear) {

	*x = 0;
	*y = 0;
	(void)clear;
	return(0xa0);
}


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