diff options
author | _AG <gennariarmando@outlook.com> | 2019-07-10 09:57:08 +0200 |
---|---|---|
committer | _AG <gennariarmando@outlook.com> | 2019-07-10 10:03:06 +0200 |
commit | 5b04393bb47b424b8bab6864afe4d50e8a7026fe (patch) | |
tree | 307e7d6d326cf091f51ad3f4a5a5472b80ed1b7d /src/core/ControllerConfig.h | |
parent | 702cd0076506dad26abc3c5239a2cfddfa7deb00 (diff) |
More frontend inputs.
Diffstat (limited to 'src/core/ControllerConfig.h')
-rw-r--r-- | src/core/ControllerConfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index 581efe05..8a434245 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -50,7 +50,8 @@ public: void ClearSimButtonPressCheckers(); void AffectPadFromKeyBoard(); void AffectPadFromMouse(); - + void ClearSettingsAssociatedWithAction(int, int); + }; VALIDATE_SIZE(CControllerConfigManager, 0x143C); |