the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 116 B view raw
1#pragma once 2 3#include "Source.h" 4#include "Location.h" 5 6class LocatableSource : public Source, public Location 7{ 8};