summary refs log tree commit diff
path: root/src/Support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Support.h')
-rw-r--r--src/Support.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Support.h b/src/Support.h
index 8fbe1d8..a5683ec 100644
--- a/src/Support.h
+++ b/src/Support.h
@@ -1,17 +1,4 @@
 #ifndef SUPPORT_H
 #define SUPPORT_H
-
-#include <stdio.h>
-#include <unistd.h>
-
-#define fsFromStart SEEK_SET
-
-typedef char* Str255;
-typedef int OSErr;
-
-#define SetFPos(fildes, whence, offset) lseek(fildes, offset, whence)
-#define FSClose(fildes) close(fildes)
-
 int Random();
-bool IsKeyDown(int key);
 #endif