the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 157 B view raw
1#pragma once 2 3class Control 4{ 5public: 6 static const int MoveControlFlag = 1; 7 static const int LookControlFlag = 2; 8 static const int JumpControlFlag = 4; 9};