mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 22:33:06 +00:00
Minor changes for linux
This was SVN commit r348.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "Types.h"
|
||||
#include "types.h"
|
||||
#include "MapReader.h"
|
||||
#include "UnitManager.h"
|
||||
#include "ObjectManager.h"
|
||||
|
||||
@@ -45,4 +45,4 @@ private:
|
||||
CLightEnv m_LightEnv;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "Types.h"
|
||||
#include "types.h"
|
||||
#include "MapWriter.h"
|
||||
#include "UnitManager.h"
|
||||
#include "ObjectManager.h"
|
||||
|
||||
@@ -33,4 +33,4 @@ private:
|
||||
void EnumObjects(std::vector<CStr>& objectTypes,std::vector<SObjectDesc>& objects);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -27,4 +27,4 @@ public:
|
||||
CBound m_ObjectBounds;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -82,4 +82,4 @@ public:
|
||||
Key* m_Keys;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -41,4 +41,4 @@ private:
|
||||
std::set<CStr> m_BadAnimationFiles;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -46,4 +46,4 @@ private:
|
||||
std::vector<CUnit*> m_Units;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user