1 #ifndef PLAYEROPTIONS_H
2 #define PLAYEROPTIONS_H
5 #include "charactercolors.h"
15 struct PlayerOptions
{
19 void SetStyle(const char *);
20 const char *GetName() const;
21 const CharacterColors
&GetColors() const;
29 CharacterColors colors
;
33 #endif // PLAYEROPTIONS_H