@@ -5,6 +5,6 @@
|
||||
class DownfallLayer : public Layer
|
||||
{
|
||||
public:
|
||||
DownfallLayer(std::shared_ptr<Layer>parent);
|
||||
DownfallLayer(shared_ptr<Layer>parent);
|
||||
intArray getArea(int xo, int yo, int w, int h);
|
||||
};
|
||||
Reference in New Issue
Block a user