diff options
author | aap <aap@papnet.eu> | 2019-06-13 10:02:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 10:02:52 +0200 |
commit | 12697a855353a1d537310d8f6dc293a6549e68da (patch) | |
tree | f6b758692616132f34da18f549d3bb92fd882110 /src/Frontend.h | |
parent | silly mistake (diff) | |
parent | Update Pad.cpp (diff) | |
download | re3-12697a855353a1d537310d8f6dc293a6549e68da.tar re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.gz re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.bz2 re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.lz re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.xz re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.zst re3-12697a855353a1d537310d8f6dc293a6549e68da.zip |
Diffstat (limited to 'src/Frontend.h')
-rw-r--r-- | src/Frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Frontend.h b/src/Frontend.h index e8ad3314..65b8c29a 100644 --- a/src/Frontend.h +++ b/src/Frontend.h @@ -91,6 +91,7 @@ public: static Bool &m_PrefsAllowNastyGame; static Bool &m_bStartUpFrontEndRequested; static Bool &m_PrefsFrameLimiter; + static Bool &m_PrefsUseVibration; void Process(void); void DrawFrontEnd(void); |