the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 178 B view raw
1#pragma once 2 3//const char* getConsoleHomePath(); 4 5DWORD GetFileSize(HANDLE fh,DWORD *pdwHigh); 6 7DWORD XGetLanguage(); 8DWORD XGetLocale(); 9DWORD XEnableGuestSignin(BOOL fEnable);