summaryrefslogtreecommitdiff
path: root/src/ctrl
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-04-10 21:41:08 +0000
committeronelin <oscar@nelin.dk>2025-04-10 21:41:08 +0000
commit0f12145db9f6b6856a785d33527406ae9ea35363 (patch)
treec750a54390fb662fb38de7f600e77d492892e933 /src/ctrl
parent5a7c450282bc1164cd73e6a95c899a5bfeeeeb10 (diff)
Rename Platform struct
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. */