Merge pull request #1234 from marauder2k9-torque/virtuals-override

Virtuals override
This commit is contained in:
Brian Roberts 2024-03-21 10:43:26 -05:00 committed by GitHub
commit 05a083ca6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
710 changed files with 6353 additions and 6324 deletions

View file

@ -95,9 +95,9 @@ public:
public:
SDLInputManager();
bool enable();
void disable();
void process();
bool enable() override;
void disable() override;
void process() override;
void processEvent(SDL_Event &evt);