From 79b7ea06dc35beb104e4ddb0922626dabc898dff Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Wed, 13 Aug 2025 05:49:51 -0400 Subject: [PATCH] C you later alligator --- src/port/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 738f0b6a..9e19da5f 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -126,7 +126,7 @@ GameEngine::GameEngine() { #ifdef __ANDROID__ // On Android, always wait for the user to select the file through the UI first - extern "C" void waitForSetupFromNative(); + extern void waitForSetupFromNative(); waitForSetupFromNative(); // After waiting, check if the file exists