Attempt to properly define pointer variable
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Successful in 25s
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Has been skipped

This commit is contained in:
Stephen Seo 2023-08-31 22:22:27 +09:00
parent b96f3e9f03
commit 90e009956f

View file

@ -16,7 +16,7 @@
#ifdef __EMSCRIPTEN__ #ifdef __EMSCRIPTEN__
extern Game *global_game_ptr = nullptr; Game *global_game_ptr = nullptr;
extern "C" { extern "C" {