Globals in ISLE

This commit is contained in:
Christian Semmler
2023-11-30 09:37:34 -05:00
parent f45f248456
commit 47b19f91e5
2 changed files with 15 additions and 15 deletions

View File

@@ -8,9 +8,9 @@ class IsleApp;
extern IsleApp* g_isle;
extern int g_closed;
// 0x4101c4
// GLOBAL: ISLE 0x4101c4
#define WNDCLASS_NAME "Lego Island MainNoM App"
// 0x4101dc
// GLOBAL: ISLE 0x4101dc
#define WINDOW_TITLE "LEGO\xAE"
extern unsigned char g_mousedown;
extern unsigned char g_mousemoved;