Big-endian support (#909)

This commit is contained in:
GaryOderNichts
2022-07-27 23:50:56 +02:00
committed by GitHub
parent 477cf7f6ec
commit 6818247317
22 changed files with 762 additions and 62 deletions

View File

@@ -10,13 +10,6 @@ enum class SeekOffsetType
End
};
// TODO: Eventually account for endianess in binaryreader and binarywriter
enum class Endianess
{
Little = 0,
Big = 1,
};
class Stream
{
public: