From af3cb23fde3df1bb30a7d7b652d082df71dca947 Mon Sep 17 00:00:00 2001 From: olsner Date: Wed, 2 Jun 2004 15:03:17 +0000 Subject: [PATCH] Minor changes for linux This was SVN commit r348. --- source/graphics/MapReader.cpp | 2 +- source/graphics/MapReader.h | 2 +- source/graphics/MapWriter.cpp | 2 +- source/graphics/MapWriter.h | 2 +- source/graphics/SkeletonAnim.h | 2 +- source/graphics/SkeletonAnimDef.h | 2 +- source/graphics/SkeletonAnimManager.h | 2 +- source/graphics/UnitManager.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/graphics/MapReader.cpp b/source/graphics/MapReader.cpp index 7b98fd9bd3..0bccc87a53 100755 --- a/source/graphics/MapReader.cpp +++ b/source/graphics/MapReader.cpp @@ -1,6 +1,6 @@ #include "precompiled.h" -#include "Types.h" +#include "types.h" #include "MapReader.h" #include "UnitManager.h" #include "ObjectManager.h" diff --git a/source/graphics/MapReader.h b/source/graphics/MapReader.h index 1b2302c7a7..fc0b5b1db3 100755 --- a/source/graphics/MapReader.h +++ b/source/graphics/MapReader.h @@ -45,4 +45,4 @@ private: CLightEnv m_LightEnv; }; -#endif \ No newline at end of file +#endif diff --git a/source/graphics/MapWriter.cpp b/source/graphics/MapWriter.cpp index 1444d595b7..7fb7d1bef5 100755 --- a/source/graphics/MapWriter.cpp +++ b/source/graphics/MapWriter.cpp @@ -1,6 +1,6 @@ #include "precompiled.h" -#include "Types.h" +#include "types.h" #include "MapWriter.h" #include "UnitManager.h" #include "ObjectManager.h" diff --git a/source/graphics/MapWriter.h b/source/graphics/MapWriter.h index 61b59f3ef0..b7bb2475e1 100755 --- a/source/graphics/MapWriter.h +++ b/source/graphics/MapWriter.h @@ -33,4 +33,4 @@ private: void EnumObjects(std::vector& objectTypes,std::vector& objects); }; -#endif \ No newline at end of file +#endif diff --git a/source/graphics/SkeletonAnim.h b/source/graphics/SkeletonAnim.h index 272abd04c8..924738dbf3 100755 --- a/source/graphics/SkeletonAnim.h +++ b/source/graphics/SkeletonAnim.h @@ -27,4 +27,4 @@ public: CBound m_ObjectBounds; }; -#endif \ No newline at end of file +#endif diff --git a/source/graphics/SkeletonAnimDef.h b/source/graphics/SkeletonAnimDef.h index 342bec3c15..25d29c6f41 100755 --- a/source/graphics/SkeletonAnimDef.h +++ b/source/graphics/SkeletonAnimDef.h @@ -82,4 +82,4 @@ public: Key* m_Keys; }; -#endif \ No newline at end of file +#endif diff --git a/source/graphics/SkeletonAnimManager.h b/source/graphics/SkeletonAnimManager.h index f2ebed119a..b61f62e9ca 100755 --- a/source/graphics/SkeletonAnimManager.h +++ b/source/graphics/SkeletonAnimManager.h @@ -41,4 +41,4 @@ private: std::set m_BadAnimationFiles; }; -#endif \ No newline at end of file +#endif diff --git a/source/graphics/UnitManager.h b/source/graphics/UnitManager.h index e22170653c..faf6ccf00f 100755 --- a/source/graphics/UnitManager.h +++ b/source/graphics/UnitManager.h @@ -46,4 +46,4 @@ private: std::vector m_Units; }; -#endif \ No newline at end of file +#endif