Fixed a createWall function.

This commit is contained in:
Tleety
2014-06-02 20:01:28 +02:00
parent 00268f027a
commit f1a9afc097
4 changed files with 42 additions and 180 deletions
+1
View File
@@ -75,6 +75,7 @@ private:
EntityID CreateTank(int playerID);
void AddTankWheelPair(EntityID tankEntity, glm::vec3 position, int axleID, bool steering);
EntityID CreateJeep(int playerID);
EntityID CreateWall(glm::vec3 pos, glm::quat orientation);
std::vector<EntityID> m_WallDebrisTemplates;
};