diff options
Diffstat (limited to 'src/MacInput.h')
-rw-r--r-- | src/MacInput.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MacInput.h b/src/MacInput.h index ed9d267..fbe2c6d 100644 --- a/src/MacInput.h +++ b/src/MacInput.h @@ -93,9 +93,7 @@ /**> FUNCTION PROTOTYPES <**/ Boolean IsKeyDown( unsigned char *keyMap, unsigned short theKey ); -void InitMouse(); void MoveMouse(int xcoord, int ycoord, Point *mouseloc); void RefreshMouse(Point *mouseloc); -void DisposeMouse(); #endif |