#ifndef _Prefscolor_H_

#define _Prefscolor_H_



//3000 because with 1000 conflict with other hair prefs

enum

{

	PREF_HAIRCOLOR_MAIN_GROUP = 999,

	PREF_HAIRCOLOR_COLORS	= 3000,

	PREF_HAIRCOLOR_LIST		= 3001,



	PREF_HAIRCOLOR_DUMMY

};



#endif

