summaryrefslogtreecommitdiffstats
path: root/src/skel/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skel/platform.h')
-rw-r--r--src/skel/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/skel/platform.h b/src/skel/platform.h
index cbb1be28..7f36d8b7 100644
--- a/src/skel/platform.h
+++ b/src/skel/platform.h
@@ -35,6 +35,7 @@ extern RwBool psInstallFileSystem(void);
extern RwBool psNativeTextureSupport(void);
extern void _InputTranslateShiftKeyUpDown(RsKeyCodes* rs);
+extern long _InputInitialiseMouse(bool exclusive); // returns HRESULT on Windows actually
extern void HandleExit();