From 086696f33d2a2fe308a4a12a1bb9a437f030e3b1 Mon Sep 17 00:00:00 2001 From: Akiko Date: Sun, 7 Jun 2015 16:04:49 +0200 Subject: [PATCH] - another round of name corrections --- G3D/World/GBSPFile.h | 2 +- G3D/World/{PLANE.H => Plane.h} | 0 G3D/World/{SURFACE.H => Surface.h} | 0 G3D/World/{TRACE.H => Trace.h} | 0 G3D/World/{USER.H => User.h} | 0 G3D/World/World.h | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) rename G3D/World/{PLANE.H => Plane.h} (100%) rename G3D/World/{SURFACE.H => Surface.h} (100%) rename G3D/World/{TRACE.H => Trace.h} (100%) rename G3D/World/{USER.H => User.h} (100%) diff --git a/G3D/World/GBSPFile.h b/G3D/World/GBSPFile.h index d3ca26d..a021040 100644 --- a/G3D/World/GBSPFile.h +++ b/G3D/World/GBSPFile.h @@ -27,7 +27,7 @@ #include "include/BaseType.h" #include "include/Vec3d.h" #include -#include "DCommon.h" +#include "G3D/Engine/Drivers/DCommon.h" #include "include/VFile.h" #include "include/Motion.h" diff --git a/G3D/World/PLANE.H b/G3D/World/Plane.h similarity index 100% rename from G3D/World/PLANE.H rename to G3D/World/Plane.h diff --git a/G3D/World/SURFACE.H b/G3D/World/Surface.h similarity index 100% rename from G3D/World/SURFACE.H rename to G3D/World/Surface.h diff --git a/G3D/World/TRACE.H b/G3D/World/Trace.h similarity index 100% rename from G3D/World/TRACE.H rename to G3D/World/Trace.h diff --git a/G3D/World/USER.H b/G3D/World/User.h similarity index 100% rename from G3D/World/USER.H rename to G3D/World/User.h diff --git a/G3D/World/World.h b/G3D/World/World.h index 81e11c7..cffe533 100644 --- a/G3D/World/World.h +++ b/G3D/World/World.h @@ -23,7 +23,7 @@ #define GE_WORLD_H #include "include/ErrorLog.h" -#include "PtrTypes.h" +#include "G3D/PtrTypes.h" #include "include/Genesis.h" #include "GBSPFile.h" #include "include/Motion.h" -- 2.15.1