Minor changes for linux

This was SVN commit r348.
This commit is contained in:
olsner
2004-06-02 15:03:17 +00:00
parent 016ca6ed06
commit af3cb23fde
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "precompiled.h"
#include "Types.h"
#include "types.h"
#include "MapReader.h"
#include "UnitManager.h"
#include "ObjectManager.h"
+1 -1
View File
@@ -45,4 +45,4 @@ private:
CLightEnv m_LightEnv;
};
#endif
#endif
+1 -1
View File
@@ -1,6 +1,6 @@
#include "precompiled.h"
#include "Types.h"
#include "types.h"
#include "MapWriter.h"
#include "UnitManager.h"
#include "ObjectManager.h"
+1 -1
View File
@@ -33,4 +33,4 @@ private:
void EnumObjects(std::vector<CStr>& objectTypes,std::vector<SObjectDesc>& objects);
};
#endif
#endif
+1 -1
View File
@@ -27,4 +27,4 @@ public:
CBound m_ObjectBounds;
};
#endif
#endif
+1 -1
View File
@@ -82,4 +82,4 @@ public:
Key* m_Keys;
};
#endif
#endif
+1 -1
View File
@@ -41,4 +41,4 @@ private:
std::set<CStr> m_BadAnimationFiles;
};
#endif
#endif
+1 -1
View File
@@ -46,4 +46,4 @@ private:
std::vector<CUnit*> m_Units;
};
#endif
#endif