src/player_face.h
branchnoai
changeset 9723 eee46cb39750
parent 9722 ebf0ece7d8f6
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     2 
     2 
     3 /** @file player_face.h Functionality related to the player's face */
     3 /** @file player_face.h Functionality related to the player's face */
     4 
     4 
     5 #ifndef PLAYER_FACE_H
     5 #ifndef PLAYER_FACE_H
     6 #define PLAYER_FACE_H
     6 #define PLAYER_FACE_H
       
     7 
       
     8 #include "core/random_func.hpp"
     7 
     9 
     8 /** The gender/race combinations that we have faces for */
    10 /** The gender/race combinations that we have faces for */
     9 enum GenderEthnicity {
    11 enum GenderEthnicity {
    10 	GENDER_FEMALE    = 0, ///< This bit set means a female, otherwise male
    12 	GENDER_FEMALE    = 0, ///< This bit set means a female, otherwise male
    11 	ETHNICITY_BLACK  = 1, ///< This bit set means black, otherwise white
    13 	ETHNICITY_BLACK  = 1, ///< This bit set means black, otherwise white