diff options
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; |
