the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 167 B view raw
1#include "stdafx.h" 2#include "ConsoleInput.h" 3 4ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source) 5{ 6 this->msg = msg; 7 this->source = source; 8}