mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
initial commit
This commit is contained in:
17
app/define.h
Normal file
17
app/define.h
Normal 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
|
Reference in New Issue
Block a user