Use standard buffer types for TMS files

This commit is contained in:
notmatthewbeshay 2026-03-10 20:01:25 +11:00
parent eb52911d25
commit e83cf9a2f3

View file

@ -7,8 +7,8 @@ typedef struct
wchar_t *wchFilename;
eFileExtensionType eEXT;
eTMSFileType eTMSType;
PBYTE pbData;
UINT uiSize;
std::uint8_t *pbData;
unsigned int uiSize;
int iConfig; // used for texture pack data files
}
TMS_FILE;