Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
192 B · 9 lines
C
at main
12345678910#pragma once
class ConsoleInputSource{public: virtual void info(const wstring& string) = 0; virtual void warn(const wstring& string) = 0; virtual wstring getConsoleName() = 0;};