the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 169 B view raw
1#include "stdafx.h" 2#include <assert.h> 3#include "XUI_BasePlayer.h" 4 5HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) 6{ 7 return S_OK; 8} 9