diff options
| author | zakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-16 12:44:03 +0000 |
|---|---|---|
| committer | zakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-16 12:44:03 +0000 |
| commit | 2b6905fdd34a959c56c1ffdae506625f7caa3a55 (patch) | |
| tree | 87b8d0404803eedeb11eb78ec734edd62e9570f9 /Source/MacInput.cpp | |
| parent | 33c9b76e55a8f23d4bc3e079cd8456bce0ea3dcb (diff) | |
| download | blackshades-2b6905fdd34a959c56c1ffdae506625f7caa3a55.tar.gz | |
s/MAC/OS9/
git-svn-id: svn://svn.icculus.org/blackshades/trunk@79 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/MacInput.cpp')
| -rw-r--r-- | Source/MacInput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/MacInput.cpp b/Source/MacInput.cpp index 1559ce4..512200d 100644 --- a/Source/MacInput.cpp +++ b/Source/MacInput.cpp @@ -2,7 +2,7 @@ #include "MacInput.h" /**> Mouse Stuff <**/ -#ifdef MAC +#ifdef OS9 CursorDevicePtr theCursor; #endif @@ -27,7 +27,7 @@ Boolean IsKeyDown( unsigned char *keyMap, unsigned short theKey ) } -#ifdef MAC +#ifdef OS9 void InitMouse() { CursorDeviceNewDevice( &theCursor ); //Mouse |
