summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/being.h b/src/being.h
index cce5e99f..5e8cb2dc 100644
--- a/src/being.h
+++ b/src/being.h
@@ -33,9 +33,6 @@
#include "animatedsprite.h"
#include "vector.h"
-#define NR_HAIR_STYLES 8
-#define NR_HAIR_COLORS 10
-
class AnimatedSprite;
class Equipment;
class ItemInfo;
@@ -363,6 +360,13 @@ class Being : public Sprite
*/
const Path &getPath() const { return mPath; }
+
+ static int getHairColorsNr(void);
+
+ static int getHairStylesNr(void);
+
+ static std::string getHairColor(int index);
+
protected:
/**
* Sets the new path for this being.