diff options
Diffstat (limited to 'source/frontend/StarOptionsMenu.hpp')
-rw-r--r-- | source/frontend/StarOptionsMenu.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarOptionsMenu.hpp b/source/frontend/StarOptionsMenu.hpp index 9fde1ac..4a28fd0 100644 --- a/source/frontend/StarOptionsMenu.hpp +++ b/source/frontend/StarOptionsMenu.hpp @@ -36,6 +36,7 @@ private: void updateClientIPJoinable(); void updateClientP2PJoinable(); void updateAllowAssetsMismatch(); + void updateHeadRotation(); void syncGuiToConf(); @@ -52,6 +53,7 @@ private: ButtonWidgetPtr m_clientIPJoinableButton; ButtonWidgetPtr m_clientP2PJoinableButton; ButtonWidgetPtr m_allowAssetsMismatchButton; + ButtonWidgetPtr m_headRotationButton; LabelWidgetPtr m_instrumentLabel; LabelWidgetPtr m_sfxLabel; |