You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps
Thunderforge 7cbc4eeb49 Adding missing override keywords
Prevents compiler warnings such as this:

```
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:65:22: warning: 'onOpen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void onOpen();
                     ^
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:38:22: note: overridden virtual function is here
        virtual void onOpen() {}
                     ^
```
7 years ago
..
bsatool Restore trailing new lines to shrink PR 7 years ago
esmtool Dropping a separate NPDTstruct12 object and instead use NPDTstruct52 7 years ago
essimporter Dropping a separate NPDTstruct12 object and instead use NPDTstruct52 7 years ago
launcher Separating "Game" Advanced Settings into "Game Mechanics" and "User Interface" 7 years ago
mwiniimporter Read data paths from `data-local` section too 7 years ago
niftest Some PVS-Studio and cppcheck fixes 7 years ago
opencs Do not use deprecated function 7 years ago
openmw Adding missing override keywords 7 years ago
openmw_test_suite Merge pull request #1698 from Capostrophic/c++11 7 years ago
wizard Merged pull request #1697 7 years ago
doc.hpp