OpenTrespasser / JurassicParkTrespasser

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

EntityDBase: STL includes and std::* treatment #31

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

In the EntityDBase project, the STL includes are modernized and the std:: namespace specifier is added where necessary. This is not sufficient to make EntityDBase compile.