From 90e009956f6e44a69f2b5376938999fc5b008603 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 31 Aug 2023 22:22:27 +0900 Subject: [PATCH] Attempt to properly define pointer variable --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 6223118..e2ef556 100644 --- a/src/main.cc +++ b/src/main.cc @@ -16,7 +16,7 @@ #ifdef __EMSCRIPTEN__ -extern Game *global_game_ptr = nullptr; +Game *global_game_ptr = nullptr; extern "C" {