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