Implement PVP regions

This commit is contained in:
Michael Cook (mackal)
2016-08-04 23:56:08 -04:00
parent d53d569020
commit 68df09a570
8 changed files with 57 additions and 11 deletions
+1
View File
@@ -17,6 +17,7 @@ public:
virtual bool InVWater(const glm::vec3& location) const;
virtual bool InLava(const glm::vec3& location) const;
virtual bool InLiquid(const glm::vec3& location) const;
virtual bool InPvP(const glm::vec3& location) const;
protected:
virtual bool Load(FILE *fp);