File:  [RetroPC.NET] / np2 / macos9 / mousemng.cpp
Revision 1.1: download - view: text, annotated - select for diffs
Thu Oct 23 16:20:43 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: VER_0_70, HEAD
add MacOS9 (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>