mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 13:26:30 +00:00
Remove Win32 byte pointers from DLC file interfaces
This commit is contained in:
@@ -8,7 +8,7 @@ DLCLocalisationFile::DLCLocalisationFile(const std::wstring &path) : DLCFile(DLC
|
||||
m_strings = NULL;
|
||||
}
|
||||
|
||||
void DLCLocalisationFile::addData(PBYTE pbData, DWORD dwBytes)
|
||||
void DLCLocalisationFile::addData(uint8_t *pbData, DWORD dwBytes)
|
||||
{
|
||||
m_strings = new StringTable(pbData, dwBytes);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user