diff options
Diffstat (limited to 'Source/Support.cpp')
| -rw-r--r-- | Source/Support.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Support.cpp b/Source/Support.cpp index 86c3547..d6a9015 100644 --- a/Source/Support.cpp +++ b/Source/Support.cpp @@ -18,3 +18,13 @@ OSErr FSRead(int refNum, long *count, void *buffPtr) return 0; } + +void GetMouse(Point *p) +{ +STUB_FUNCTION; +} + +void GetKeys(unsigned long *keys) +{ +STUB_FUNCTION; +} |
