Revert override removal

Former-commit-id: b6ddfcfc35
This commit is contained in:
2023-02-06 12:01:01 -05:00
parent 03f6f75516
commit 9b99045882
148 changed files with 1030 additions and 1023 deletions

View File

@@ -15,7 +15,7 @@ class CTweakPlayerControl;
class CTweakPlayerControl : public ITweakObject {
public:
CTweakPlayerControl(CInputStream&);
~CTweakPlayerControl();
~CTweakPlayerControl() override;
ControlMapper::EFunctionList GetMapping(ControlMapper::ECommands command) const;