neuviemeporte / mzretools

Tools for reversing DOS games, primarily inspection of MZ executables
GNU General Public License v2.0
33 stars 2 forks source link

Fix build errors on Mac OS #2

Closed lethal-guitar closed 8 months ago

lethal-guitar commented 8 months ago

Hi, I recently tried building this on Mac OS (using Apple Clang 13.0.0), and noticed a few build errors - mostly due to missing includes, and one method that wasn't marked as const. This PR fixes these errors.

neuviemeporte commented 8 months ago

Thanks!