diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-28 23:45:34 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-28 23:45:34 +0700 |
| commit | bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4 (patch) | |
| tree | cee76279026bbba88fededfc9474c8eba67d5c2d /src/Support.h | |
| parent | 036ab1d1051b54e71f80fbb791bf69bd7c236f62 (diff) | |
| download | blackshades-bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4.tar.gz | |
Reorganize key mappings
Diffstat (limited to 'src/Support.h')
| -rw-r--r-- | src/Support.h | 13 |
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 |
