diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-26 20:53:06 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-26 20:53:06 +1100 |
commit | 0a1a82b18b86362263c8fa9ce8919c6d3b36d85c (patch) | |
tree | 888f0c8ae4ae87bfb8f5c5aaec669e8ebaf68482 /source/frontend/StarOptionsMenu.hpp | |
parent | 3df5cb78da86912c30b6281f4eafeddd4ba56f32 (diff) |
Head Rotation
(way too hardcoded, not ideal but it will do in the meantime as many have been asking for it)
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; |