OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

Compile Std and Math #28

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

Trivial code adjustments are made to make the Std subproject compile in all three configurations (Debug, Release, Final). After fixing UTypes.hpp, the Math project is also compilable.

Both projects consist largely of header files which are not compiled directly as part of the static library. I expect that more adjustments in these projects are required in the future.