initial commit

This commit is contained in:
itsmattkc
2023-04-27 19:19:39 -07:00
commit 37100bf9c1
43 changed files with 1901 additions and 0 deletions

17
app/define.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef DEFINE_H
#define DEFINE_H
class Isle;
extern Isle *g_isle;
extern int g_closed;
extern const char *WNDCLASS_NAME;
extern const char *WINDOW_TITLE;
extern unsigned char g_mousedown;
extern unsigned char g_mousemoved;
extern int _DAT_00410050;
extern int _DAT_00410064;
extern int _DAT_004101bc;
extern int _last_frame_time;
#endif // DEFINE_H