Mercurial > mm7
diff UI/Books/UIMapBook.cpp @ 2496:5abd8fc8f1c6
for ITEM_ARTIFACT_LADYS_ESCORT
author | Ritor1 |
---|---|
date | Thu, 18 Sep 2014 17:38:54 +0600 |
parents | 7b076fe64f23 |
children | 68cdef6879a0 |
line wrap: on
line diff
--- a/UI/Books/UIMapBook.cpp Wed Sep 17 17:35:13 2014 +0600 +++ b/UI/Books/UIMapBook.cpp Thu Sep 18 17:38:54 2014 +0600 @@ -2,7 +2,7 @@ #include "UIMapBook.h" #include "..\..\Events.h" #include "..\..\MM7.h" -#include "..\..\Render.h" +#include "..\..\Engine/Graphics/Render.h" #include "..\..\Mouse.h" #include "..\UIBooks.h" #include "..\..\MapInfo.h" @@ -10,12 +10,12 @@ #include "..\..\GUIFont.h" #include "..\..\Party.h" #include "..\..\AudioPlayer.h" -#include "..\..\Outdoor.h" +#include "..\..\Engine/Graphics/Outdoor.h" #include "..\..\LOD.h" -#include "..\..\Viewport.h" +#include "..\..\Engine/Graphics/Viewport.h" #include "..\..\OurMath.h" #include "..\..\texts.h" -#include "..\..\Level/Decoration.h" +#include "..\..\Engine/Graphics/Level/Decoration.h" // #include "..\..\mm7_data.h"