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