OpenTrespasser / JurassicParkTrespasser

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

Use override keyword #155

Closed meekee7 closed 3 years ago

meekee7 commented 3 years ago

The override specifier is added to declarations of virtual functions which override another function in a parent class. Note that the virtual keyword is optional for the overriding function.

The function declarations were selected by Resharper/Clang-Tidy.

GamerDude27 commented 3 years ago

Great QoL change!