Radfordhound / HedgeLib

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

HedgeLib++ - Support Hedgehog Engine Headers #54

Closed Radfordhound closed 4 years ago

Radfordhound commented 5 years ago

Specifically, support for reading/writing the following:

We'll need these before we can complete #45.

Radfordhound commented 5 years ago

895b8aee0ed99beefcdade93cf508a823288f82b Added support for Standard Hedgehog Engine Header

Radfordhound commented 5 years ago

6ab6b5d5085ac3d10f8769ad4cb7eb9b452c99ce Added support for reading Mirage Header, no code for writing it yet.

Radfordhound commented 4 years ago

2ed16dc45925e9dedf7e4c888d7ab54ac4956178 Added support for writing Mirage header/nodes as well.