diff options
| author | Konstantin <const@const.me> | 2023-01-20 20:23:35 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-20 20:23:35 +0100 |
| commit | e7716954cb681c531132a342b4b486a28179f792 (patch) | |
| tree | 359f2140ca10f7a5132dea36aa5bbbf16bd21cdd /Examples/WhisperDesktop/AppState.h | |
| parent | 9c30dd0f95a11cb24f97b7eabd8eebb7ebdd5134 (diff) | |
Minor, UX enhancements
Diffstat (limited to 'Examples/WhisperDesktop/AppState.h')
| -rw-r--r-- | Examples/WhisperDesktop/AppState.h | 2 |
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; |
