reorganized repo, implemented mxcore

This commit is contained in:
itsmattkc
2023-05-05 02:54:17 -07:00
parent 1690784a8b
commit d4e2fb8d8a
54 changed files with 958 additions and 243 deletions

21
ISLE/define.h Normal file
View File

@@ -0,0 +1,21 @@
#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_00410054;
extern int g_targetWidth;
extern int g_targetHeight;
extern unsigned int g_targetDepth;
extern int _DAT_00410064;
extern int _DAT_004101bc;
extern long g_lastFrameTime;
#endif // DEFINE_H