From 8bb223e67955904c14e26a980927d313272ed22b Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 22 Jun 2012 16:31:55 +0200 Subject: Templates for new implementation - added template of classes/structs for new implementation - changed #include paths - updated README files --- src/old/planet.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/old/planet.cpp') diff --git a/src/old/planet.cpp b/src/old/planet.cpp index 6be1d31..0733459 100644 --- a/src/old/planet.cpp +++ b/src/old/planet.cpp @@ -23,13 +23,13 @@ #include "common/struct.h" #include "math/const.h" -#include "graphics/d3d/d3dengine.h" -#include "math/old/d3dmath.h" +#include "old/d3dengine.h" +#include "old/d3dmath.h" #include "common/event.h" #include "common/misc.h" #include "common/iman.h" -#include "math/old/math3d.h" -#include "graphics/common/planet.h" +#include "old/math3d.h" +#include "old/planet.h" -- cgit v1.2.3-1-g7c22