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.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);