aboutsummaryrefslogtreecommitdiff
path: root/src/Support.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-15 17:05:53 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-16 00:12:44 +0700
commit6bfeb5cbc20e3336d8e2a2147b02b380e2d50378 (patch)
tree37149c46c84da45411b1b7f3322397c77980fa2e /src/Support.h
parent662673fd3ceac4895769241c1b6836061738d46a (diff)
downloadblackshades-6bfeb5cbc20e3336d8e2a2147b02b380e2d50378.tar.gz
Tweak control system to mirror Overgrowth
Diffstat (limited to 'src/Support.h')
-rw-r--r--src/Support.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Support.h b/src/Support.h
index 7d95073..b033272 100644
--- a/src/Support.h
+++ b/src/Support.h
@@ -22,18 +22,10 @@ typedef struct UnsignedWide
unsigned int hi;
} UnsignedWide;
-typedef struct Point
-{
- int h;
- int v;
-} Point;
-
#define SetFPos(fildes, whence, offset) lseek(fildes, offset, whence)
#define FSClose(fildes) close(fildes)
int Random();
-void GetMouse(Point *p);
-int Button(void);
bool IsKeyDown(int key);
void loadOgg(char* filename, ALuint buffer, ALuint source);