#pragma once #include "Layer.h" class RiverInitLayer : public Layer { public: RiverInitLayer(__int64 seed, shared_ptrparent); intArray getArea(int xo, int yo, int w, int h); };