mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
added more definitions
Also clarify .exe on script because Wine cares about that
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef DEFINE_H
|
||||
#define DEFINE_H
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
class Isle;
|
||||
|
||||
extern Isle *g_isle;
|
||||
@@ -9,6 +11,7 @@ extern int g_closed;
|
||||
extern const char *WINDOW_TITLE;
|
||||
extern unsigned char g_mousedown;
|
||||
extern unsigned char g_mousemoved;
|
||||
extern RECT g_windowRect;
|
||||
extern int g_rmDisabled;
|
||||
extern int g_waitingForTargetDepth;
|
||||
extern int g_targetWidth;
|
||||
|
Reference in New Issue
Block a user