mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 20:45:53 +00: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); |