This commit is contained in:
Christian Semmler 2023-06-12 21:01:56 +02:00
commit e773dc015b
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C
3 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,7 @@
Isle *g_isle = 0;
int g_closed = 0;
const char *WINDOW_TITLE = "LEGO®";
const char *WINDOW_TITLE = "LEGO®";
unsigned char g_mousedown = 0;
unsigned char g_mousemoved = 0;

View file

@ -447,6 +447,7 @@ SOURCE=.\LEGO1\legoomni.cpp
DEP_CPP_LEGOO=\
".\LEGO1\legoanimationmanager.h"\
".\LEGO1\legobuildingmanager.h"\
".\LEGO1\legoentity.h"\
".\LEGO1\legogamestate.h"\
".\LEGO1\legoinputmanager.h"\
".\LEGO1\legomodelpresenter.h"\
@ -460,6 +461,8 @@ DEP_CPP_LEGOO=\
".\LEGO1\mxbool.h"\
".\LEGO1\mxcore.h"\
".\LEGO1\mxdsaction.h"\
".\LEGO1\mxdsfile.h"\
".\LEGO1\mxdsobject.h"\
".\LEGO1\mxomnicreateflags.h"\
".\LEGO1\mxomnicreateparam.h"\
".\LEGO1\mxomnicreateparambase.h"\
@ -531,6 +534,7 @@ DEP_CPP_ISLE_=\
".\ISLE\res\resource.h"\
".\LEGO1\legoanimationmanager.h"\
".\LEGO1\legobuildingmanager.h"\
".\LEGO1\legoentity.h"\
".\LEGO1\legogamestate.h"\
".\LEGO1\legoinputmanager.h"\
".\LEGO1\legomodelpresenter.h"\
@ -545,6 +549,8 @@ DEP_CPP_ISLE_=\
".\LEGO1\mxcore.h"\
".\LEGO1\mxdirectdraw.h"\
".\LEGO1\mxdsaction.h"\
".\LEGO1\mxdsfile.h"\
".\LEGO1\mxdsobject.h"\
".\LEGO1\mxomni.h"\
".\LEGO1\mxomnicreateflags.h"\
".\LEGO1\mxomnicreateparam.h"\
@ -577,6 +583,7 @@ DEP_CPP_MAIN_=\
".\ISLE\isle.h"\
".\LEGO1\legoanimationmanager.h"\
".\LEGO1\legobuildingmanager.h"\
".\LEGO1\legoentity.h"\
".\LEGO1\legogamestate.h"\
".\LEGO1\legoinputmanager.h"\
".\LEGO1\legomodelpresenter.h"\
@ -590,6 +597,8 @@ DEP_CPP_MAIN_=\
".\LEGO1\mxbool.h"\
".\LEGO1\mxcore.h"\
".\LEGO1\mxdsaction.h"\
".\LEGO1\mxdsfile.h"\
".\LEGO1\mxdsobject.h"\
".\LEGO1\mxomnicreateflags.h"\
".\LEGO1\mxomnicreateparam.h"\
".\LEGO1\mxomnicreateparambase.h"\

BIN
isle.mdp

Binary file not shown.