OpenTrespasser / JurassicParkTrespasser

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

ScreenRenderDWI: add missing files #70

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

ScreenRenderDWI contained a large number of files that were missing from the project definition. Most of them were used like header files DrawSubTriangle.cpp. Those files are added to CMakeLists.txt. The files with a .cpp extension were renamed into .inl files to avoid that they are compiled directly and instead behave like regular header files.

Because many files are triplicated, they are sorted into source groups for VS.