OpenTrespasser / JurassicParkTrespasser

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

Loader: STL includes and std::* treatment #33

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

In the Loader project, the STL includes are modernized and the std:: namespace specifier is added where necessary. There is also a small type adjustment in LoadTexture.cpp. This is not sufficient to make Loader compile.