OpenTrespasser / JurassicParkTrespasser

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

View: STL includes, DirectX includes and std::* treatment #37

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

In the View project, minor adjustments for compilability are made. Mostly the STL includes are modernized and the std:: namespace specifier is added where necessary. Furthermore, the DirectX-related includes are adjusted. There are switched from the ones bundled with the original code to the Windows SDK headers.