Mercurial > mm7
diff UI/UIArena.cpp @ 2496:5abd8fc8f1c6
for ITEM_ARTIFACT_LADYS_ESCORT
author | Ritor1 |
---|---|
date | Thu, 18 Sep 2014 17:38:54 +0600 |
parents | f4af3b203f65 |
children | 68cdef6879a0 |
line wrap: on
line diff
--- a/UI/UIArena.cpp Wed Sep 17 17:35:13 2014 +0600 +++ b/UI/UIArena.cpp Thu Sep 18 17:38:54 2014 +0600 @@ -5,17 +5,17 @@ #define _CRT_SECURE_NO_WARNINGS #include "../mm7_data.h" -#include "../Sprites.h" +#include "../Engine/Graphics/Sprites.h" #include "../GUIWindow.h" #include "../GUIFont.h" #include "../Party.h" #include "../AudioPlayer.h" -#include "../Outdoor.h" +#include "../Engine/Graphics/Outdoor.h" #include "../LOD.h" #include "../Actor.h" #include "../Events.h" -#include "../Viewport.h" +#include "../Engine/Graphics/Viewport.h" #include "../texts.h" #include "../MM7.h"