Add global addr

This commit is contained in:
Christian Semmler 2023-11-06 03:56:24 -05:00
parent 6a99ec6b90
commit 2f86c6f9db

View File

@ -19,8 +19,6 @@
#include "mxticklemanager.h"
#include "mxtransitionmanager.h"
const char* g_current = "current";
// 0x100f451c
MxAtomId* g_copterScript = NULL;
@ -105,6 +103,9 @@ MxAtomId* g_creditsScript = NULL;
// 0x100f4588
MxAtomId* g_nocdSourceName = NULL;
// 0x100f6718
const char* g_current = "current";
// 0x101020e8
void (*g_omniUserMessage)(const char*, int);