ReturnRegionType converted to xyz_location

This commit is contained in:
Arthur Ice
2014-11-26 19:36:47 -08:00
parent 6cd614a05e
commit ef18458480
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public:
WaterMapV2();
~WaterMapV2();
virtual WaterRegionType ReturnRegionType(float y, float x, float z) const;
virtual WaterRegionType ReturnRegionType(const xyz_location& location) const;
virtual bool InWater(const xyz_location& location) const;
virtual bool InVWater(float y, float x, float z) const;
virtual bool InLava(float y, float x, float z) const;