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