#pragma once #include "Layer.h" #include class RiverInitLayer : public Layer { public: RiverInitLayer(int64_t seed, std::shared_ptr parent, int64_t seedMixup); intArray getArea(int xo, int yo, int w, int h); };