Attempt to properly define pointer variable
This commit is contained in:
parent
b96f3e9f03
commit
90e009956f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#ifdef __EMSCRIPTEN__
|
#ifdef __EMSCRIPTEN__
|
||||||
|
|
||||||
extern Game *global_game_ptr = nullptr;
|
Game *global_game_ptr = nullptr;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue