From 0f12145db9f6b6856a785d33527406ae9ea35363 Mon Sep 17 00:00:00 2001 From: onelin Date: Thu, 10 Apr 2025 23:41:08 +0200 Subject: Rename Platform struct --- src/ctrl/src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctrl') 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. */ -- cgit v1.3