Patoke / re-plants-vs-zombies

A project to rebuild all functionality via reverse engineering from the GOTY version of Plants VS Zombies (and expand upon it)
Creative Commons Zero v1.0 Universal
77 stars 13 forks source link

Compatibility with MingW/clang toolchains #2

Closed minerscale closed 9 months ago

minerscale commented 9 months ago

Most compilers don't yet support std::unreachable so changing that is paramount.

Additionally this brings both of our master branches up to date with each other which is nice.