diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r-- | src/gui/windows/charcreatedialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h index 01c925f3e..9215d2805 100644 --- a/src/gui/windows/charcreatedialog.h +++ b/src/gui/windows/charcreatedialog.h @@ -37,6 +37,7 @@ class Label; class PlayerBox; class RadioButton; class Slider; +class TabStrip; class TextField; /** @@ -143,6 +144,8 @@ class CharCreateDialog final : public Window, Being *mPlayer; PlayerBox *mPlayerBox; + TabStrip *mGenderStrip; + int mMaxPoints; int mUsedPoints; @@ -156,6 +159,9 @@ class CharCreateDialog final : public Window, int mSlot; + Gender::Type mDefaultGender; + Gender::Type mGender; + unsigned int maxHairColor; unsigned int minHairColor; unsigned int maxHairStyle; |