OpenTrespasser / JurassicParkTrespasser

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

Render3D: STL includes and std::* treatment #45

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

In the Render3D project, the STL includes are modernized and the std:: namespace specifier is added where necessary, and a couple of other minor corrections are made.