diff options
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index a7cb5105c..82e7d7261 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -100,6 +100,8 @@ class CharCreateDialog final : public Window, void updateRace(); + void updateLook(); + CharSelectDialog *mCharSelectDialog; TextField *mNameField; @@ -116,6 +118,10 @@ class CharCreateDialog final : public Window, Button *mPrevRaceButton; Label *mRaceLabel; Label *mRaceNameLabel; + Button *mNextLookButton; + Button *mPrevLookButton; + Label *mLookLabel; + Label *mLookNameLabel; Button *mActionButton; Button *mRotateButton; @@ -137,6 +143,8 @@ class CharCreateDialog final : public Window, int mRace; int mLook; + int mMinLook; + int mMaxLook; Being *mPlayer; PlayerBox *mPlayerBox; |