diff options
Diffstat (limited to 'source/frontend/StarTeamBar.hpp')
-rw-r--r-- | source/frontend/StarTeamBar.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/frontend/StarTeamBar.hpp b/source/frontend/StarTeamBar.hpp index d781547..8273ab6 100644 --- a/source/frontend/StarTeamBar.hpp +++ b/source/frontend/StarTeamBar.hpp @@ -5,6 +5,7 @@ #include "StarUuid.hpp" #include "StarMainInterfaceTypes.hpp" #include "StarProgressWidget.hpp" +#include "StarLabelWidget.hpp" namespace Star { @@ -103,6 +104,8 @@ private: ProgressWidgetPtr m_energyBar; ProgressWidgetPtr m_foodBar; + LabelWidgetPtr m_nameLabel; + Color m_energyBarColor; Color m_energyBarRegenMixColor; Color m_energyBarUnusableColor; |