summaryrefslogtreecommitdiff
path: root/src/ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctrl')
-rw-r--r--src/ctrl/src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctrl/src/input.c b/src/ctrl/src/input.c
index 844fd2c..9da4114 100644
--- a/src/ctrl/src/input.c
+++ b/src/ctrl/src/input.c
@@ -12,7 +12,7 @@
extern input_callback_t* callbacks[128];
extern usize callbacks_len;
-extern Platform* GLOBAL_PLATFORM;
+extern Instance* GLOBAL_PLATFORM;
/* Lazy binds, used internally. They are similar to BindAction and friends.
* The only difference is that we set callbacks and such to NULL, but populate
* the function name strings such that can be reloaded. */