Mercurial > mm7
diff Engine/Graphics/Vis.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | 5abd8fc8f1c6 |
children | a902abdfc7f2 |
line wrap: on
line diff
--- a/Engine/Graphics/Vis.cpp Fri Sep 19 00:03:04 2014 +0600 +++ b/Engine/Graphics/Vis.cpp Fri Sep 19 02:57:42 2014 +0600 @@ -5,17 +5,17 @@ #define _CRT_SECURE_NO_WARNINGS #include "Vis.h" #include "Sprites.h" -#include "Lod.h" +#include "../Lod.h" #include "Outdoor.h" -#include "Game.h" -#include "Actor.h" +#include "../Game.h" +#include "../Objects/Actor.h" #include "Viewport.h" -#include "OurMath.h" -#include "Log.h" -#include "ErrorHandling.h" +#include "../OurMath.h" +#include "../Log.h" +#include "../ErrorHandling.h" -#include "MM7.h" -#include "Engine/Graphics/Level/Decoration.h" +#include "../MM7.h" +#include "Level/Decoration.h" static Vis_SelectionList Vis_static_sub_4C1944_stru_F8BDE8;