mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Add global addr
This commit is contained in:
parent
6a99ec6b90
commit
2f86c6f9db
@ -19,8 +19,6 @@
|
|||||||
#include "mxticklemanager.h"
|
#include "mxticklemanager.h"
|
||||||
#include "mxtransitionmanager.h"
|
#include "mxtransitionmanager.h"
|
||||||
|
|
||||||
const char* g_current = "current";
|
|
||||||
|
|
||||||
// 0x100f451c
|
// 0x100f451c
|
||||||
MxAtomId* g_copterScript = NULL;
|
MxAtomId* g_copterScript = NULL;
|
||||||
|
|
||||||
@ -105,6 +103,9 @@ MxAtomId* g_creditsScript = NULL;
|
|||||||
// 0x100f4588
|
// 0x100f4588
|
||||||
MxAtomId* g_nocdSourceName = NULL;
|
MxAtomId* g_nocdSourceName = NULL;
|
||||||
|
|
||||||
|
// 0x100f6718
|
||||||
|
const char* g_current = "current";
|
||||||
|
|
||||||
// 0x101020e8
|
// 0x101020e8
|
||||||
void (*g_omniUserMessage)(const char*, int);
|
void (*g_omniUserMessage)(const char*, int);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user