diff --git a/isle.mak b/isle.mak index d98109dc..405f6f5b 100644 --- a/isle.mak +++ b/isle.mak @@ -514,6 +514,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"\ @@ -528,6 +529,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"\ @@ -560,6 +563,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"\ @@ -573,6 +577,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"\ diff --git a/isle.mdp b/isle.mdp index 61c43766..3cbe9164 100644 Binary files a/isle.mdp and b/isle.mdp differ