#pragma once #include #include "Layer.h" class DownfallLayer : public Layer { public: DownfallLayer(std::shared_ptr parent); std::vector getArea(int xo, int yo, int w, int h); };