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/math/test/geometry_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/math/test/geometry_test.cpp') diff --git a/src/math/test/geometry_test.cpp b/src/math/test/geometry_test.cpp index 4aef414..d6dbd9b 100644 --- a/src/math/test/geometry_test.cpp +++ b/src/math/test/geometry_test.cpp @@ -21,8 +21,8 @@ #include "../func.h" #include "../geometry.h" #include "../conv.h" -#include "../old/math3d.h" -#include "../../graphics/d3d/d3dutil.h" +#include "../../old/math3d.h" +#include "../../old/d3dutil.h" #include #include -- cgit v1.2.3-1-g7c22