summaryrefslogtreecommitdiffstats
path: root/Examples/WhisperDesktop/AppState.h
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-20 20:23:35 +0100
committerKonstantin <const@const.me>2023-01-20 20:23:35 +0100
commite7716954cb681c531132a342b4b486a28179f792 (patch)
tree359f2140ca10f7a5132dea36aa5bbbf16bd21cdd /Examples/WhisperDesktop/AppState.h
parent9c30dd0f95a11cb24f97b7eabd8eebb7ebdd5134 (diff)
Minor, UX enhancements
Diffstat (limited to 'Examples/WhisperDesktop/AppState.h')
-rw-r--r--Examples/WhisperDesktop/AppState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/WhisperDesktop/AppState.h b/Examples/WhisperDesktop/AppState.h
index 9824b42..76688d8 100644
--- a/Examples/WhisperDesktop/AppState.h
+++ b/Examples/WhisperDesktop/AppState.h
@@ -37,6 +37,8 @@ public:
void stringStore( LPCTSTR name, LPCTSTR value );
uint32_t dwordLoad( LPCTSTR name, uint32_t fallback );
void dwordStore( LPCTSTR name, uint32_t value );
+ bool boolLoad( LPCTSTR name );
+ void boolStore( LPCTSTR name, bool val );
bool automaticallyLoadModel = true;