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 83ea163..901b9b4 100644 --- a/src/Support.h +++ b/src/Support.h @@ -34,7 +34,6 @@ typedef struct Point int Random(); void GetMouse(Point *p); void GetMouseRel(Point *p); -void MoveMouse(int xcoord, int ycoord, Point *mouseloc); int Button(void); bool IsKeyDown(int key); |