mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-23 02:58:12 +05:00
9 lines
178 B
C
9 lines
178 B
C
#pragma once
|
|
|
|
//const char* getConsoleHomePath();
|
|
|
|
DWORD GetFileSize(HANDLE fh,DWORD *pdwHigh);
|
|
|
|
DWORD XGetLanguage();
|
|
DWORD XGetLocale();
|
|
DWORD XEnableGuestSignin(BOOL fEnable); |