OpenTrespasser / JurassicParkTrespasser

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

Adjust include directives for case sensitivity #149

Closed meekee7 closed 3 years ago

meekee7 commented 3 years ago

As requested in issue #146, most #include directives are adjusted for case sensitivity to match the actual file names. Resource files (.rc/.rc2) are not changed. Source files that are not part of any project are not changed at this stage either.

This PR also contains the changes from PR #148 regarding backslashes in #include directives. Separation would have caused a lot of merge conflicts.