aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/_mouse.h')
-rw-r--r--sword2/driver/_mouse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/driver/_mouse.h b/sword2/driver/_mouse.h
index ba48eb251c..00cd46a0f3 100644
--- a/sword2/driver/_mouse.h
+++ b/sword2/driver/_mouse.h
@@ -22,11 +22,7 @@
namespace Sword2 {
-extern int16 mousex; // Mouse x coordinate
-extern int16 mousey; // Mouse y coordinate
-
extern void LogMouseEvent(uint16 buttons);
-extern int32 DrawMouse(void);
} // End of namespace Sword2