#pragma once #include "Layer.h" class SmoothZoomLayer : public Layer { public: public: SmoothZoomLayer(int32_t seed, int64_t seedMixup, std::shared_ptr parent); virtual intArray getArea(int xo, int yo, int w, int h); static shared_ptrzoom(int32_t seed, int64_t seedMixup, shared_ptr sup, int count); };