diff options
Diffstat (limited to 'Examples/WhisperDesktop/AppState.h')
| -rw-r--r-- | Examples/WhisperDesktop/AppState.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/WhisperDesktop/AppState.h b/Examples/WhisperDesktop/AppState.h index 0a45a21..9824b42 100644 --- a/Examples/WhisperDesktop/AppState.h +++ b/Examples/WhisperDesktop/AppState.h @@ -44,6 +44,9 @@ public: HRESULT lastScreenLoad(); void setupIcon( CWindow* wnd ); + + uint32_t gpuFlagsLoad(); + void gpuFlagsStore( uint32_t flags ); }; constexpr HRESULT SCREEN_MODEL = 1; |
