mirror of
https://gitea.murdle.top/murdle/mc-lce.git
synced 2026-03-11 03:28:59 +02: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); |