mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Visual Studio fixes (requires VS2013 at the minimum)
This commit is contained in:
@@ -62,9 +62,9 @@ private:
|
||||
std::string m_filename;
|
||||
FILE* m_fileHandle;
|
||||
Endian m_endian;
|
||||
atUint8 m_currentByte;
|
||||
atUint8 m_bytePosition;
|
||||
atUint8 m_bitShift;
|
||||
atUint8 m_currentByte;
|
||||
atUint64 m_bytePosition;
|
||||
atUint8 m_bitShift;
|
||||
bool m_bitValid;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user