Radfordhound / HedgeLib

A C++ library and collection of tools that aims to make modding games in the Sonic the Hedgehog franchise easier.
MIT License
90 stars 29 forks source link

Big endian file support #37

Closed Radfordhound closed 5 years ago

Radfordhound commented 5 years ago

This is gonna be tough since we'll need a way to iterate through each member in the direct structs to swap their bytes. We'll probably need some basic form of reflection? Shouldn't need anything fancy, just the types of each member.

Radfordhound commented 5 years ago

Fixed! d2a05799860d6eecda901cf80acaa53b016ff244