diff options
Diffstat (limited to 'src/Support.h')
-rw-r--r-- | src/Support.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Support.h b/src/Support.h index 901b9b4..7d95073 100644 --- a/src/Support.h +++ b/src/Support.h @@ -33,7 +33,6 @@ typedef struct Point int Random(); void GetMouse(Point *p); -void GetMouseRel(Point *p); int Button(void); bool IsKeyDown(int key); |