work on navmesh loading

This commit is contained in:
KimLS
2017-07-29 15:05:56 -07:00
parent ff13f162ce
commit 832c31a41a
2 changed files with 61 additions and 53 deletions
+1
View File
@@ -14,6 +14,7 @@ public:
virtual void DebugCommand(Client *c, const Seperator *sep);
private:
void Clear();
void Load(const std::string &path);
void ShowPath(Client *c, const glm::vec3 &start, const glm::vec3 &end);