Files
LegacyMultiplayerProject/Minecraft.Client/Durango/DurangoExtras/DurangoStubs.h
DrPerkyLegit b3e825ef9c Initial commit
2026-06-23 01:07:42 -04:00

9 lines
178 B
C

#pragma once
//const char* getConsoleHomePath();
DWORD GetFileSize(HANDLE fh,DWORD *pdwHigh);
DWORD XGetLanguage();
DWORD XGetLocale();
DWORD XEnableGuestSignin(BOOL fEnable);