the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 10 lines 171 B view raw
1#pragma once 2 3#include "Layer.h" 4 5class DownfallLayer : public Layer 6{ 7public: 8 DownfallLayer(shared_ptr<Layer>parent); 9 intArray getArea(int xo, int yo, int w, int h); 10};