File:  [RetroPC.NET] / np2 / macosx / mousemng.cpp
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:59:38 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision

#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>