mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
87c61f8cd0
MSVC420 doesn't support UTF-8, so the (R) symbol must be in Windows-1252 encoding instead. A PR seems to have reverted this back to UTF-8 (a code editor probably did this without even mentioning it)
17 lines
368 B
C++
17 lines
368 B
C++
#include "define.h"
|
|
|
|
Isle *g_isle = 0;
|
|
int g_closed = 0;
|
|
|
|
const char *WINDOW_TITLE = "LEGO®";
|
|
|
|
unsigned char g_mousedown = 0;
|
|
unsigned char g_mousemoved = 0;
|
|
int g_rmDisabled = 0;
|
|
int _DAT_00410054 = 1;
|
|
int g_targetWidth = 640;
|
|
int g_targetHeight = 480;
|
|
unsigned int g_targetDepth = 16;
|
|
int g_reqEnableRMDevice = 0;
|
|
int g_startupDelay = 200;
|
|
long g_lastFrameTime = 0;
|