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