summaryrefslogtreecommitdiffstats
path: root/src/core/ControllerConfig.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-10 11:08:31 +0200
committerGitHub <noreply@github.com>2019-07-10 11:08:31 +0200
commit0d3cdcc01c4a9d4fded56407aab782cb2180e1ff (patch)
tree54ae7abb3a1584f65d089a3bc96e9b6d9c1d8dcb /src/core/ControllerConfig.h
parentMerge pull request #126 from Nick007J/master (diff)
parentMore frontend inputs. (diff)
downloadre3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar.gz
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar.bz2
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar.lz
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar.xz
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.tar.zst
re3-0d3cdcc01c4a9d4fded56407aab782cb2180e1ff.zip
Diffstat (limited to 'src/core/ControllerConfig.h')
-rw-r--r--src/core/ControllerConfig.h3
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);