mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 22:38:39 +00:00
fix: unglob std::{min, max}, manual stuff
This commit is contained in:
@@ -224,4 +224,4 @@ typedef struct _TMSPPRequest
|
||||
}
|
||||
TMSPPRequest;
|
||||
|
||||
typedef pair<EUIScene, HXUIOBJ> SceneStackPair;
|
||||
typedef std::pair<EUIScene, HXUIOBJ> SceneStackPair;
|
||||
|
||||
@@ -89,8 +89,8 @@ public:
|
||||
DWORD checkForCorruptDLCAndAlert(bool showMessage = true);
|
||||
|
||||
bool readDLCDataFile(DWORD &dwFilesProcessed, const std::wstring &path, DLCPack *pack, bool fromArchive = false);
|
||||
bool readDLCDataFile(DWORD &dwFilesProcessed, const string &path, DLCPack *pack, bool fromArchive = false);
|
||||
DWORD retrievePackIDFromDLCDataFile(const string &path, DLCPack *pack);
|
||||
bool readDLCDataFile(DWORD &dwFilesProcessed, const std::string &path, DLCPack *pack, bool fromArchive = false);
|
||||
DWORD retrievePackIDFromDLCDataFile(const std::string &path, DLCPack *pack);
|
||||
|
||||
private:
|
||||
bool processDLCDataFile(DWORD &dwFilesProcessed, PBYTE pbData, DWORD dwLength, DLCPack *pack);
|
||||
|
||||
Reference in New Issue
Block a user