mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
replace shorts with MxS16/MxU16/undefined2
This commit is contained in:
@@ -41,11 +41,11 @@ private:
|
||||
, streamBuffersNum(0)
|
||||
{}
|
||||
|
||||
unsigned short majorVersion;
|
||||
unsigned short minorVersion;
|
||||
MxU16 majorVersion;
|
||||
MxU16 minorVersion;
|
||||
MxULong bufferSize;
|
||||
short streamBuffersNum;
|
||||
short reserved;
|
||||
MxS16 streamBuffersNum;
|
||||
MxS16 reserved;
|
||||
};
|
||||
|
||||
MxString m_filename;
|
||||
|
Reference in New Issue
Block a user