diff options
Diffstat (limited to 'game/terrain.h')
-rw-r--r-- | game/terrain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/terrain.h b/game/terrain.h index 9b5e25e..ff3f92e 100644 --- a/game/terrain.h +++ b/game/terrain.h @@ -25,7 +25,8 @@ public: private: static constexpr unsigned int NUM_BUFFERS {4}; - void finish(unsigned int width, unsigned int height, unsigned int resolution, std::vector<Vertex> &); + void finish(unsigned int width, unsigned int height, std::vector<Vertex> &); + void addWater(unsigned int width, unsigned int height, unsigned int resolution); Collection<Mesh, false> meshes; std::shared_ptr<Texture> texture; |