Options: Fix modifying or deleting of value returned by getenv
[roofball.git] / src / charactercolors.h
blob4d2eb7937d7e7d77c3fe285e850ed44638784c7a
1 #ifndef CHARACTERCOLORS_H
2 #define CHARACTERCOLORS_H
4 #include "color.h"
6 struct CharacterColors {
7 Color hair;
8 Color shirt;
9 Color pants;
10 Color shoes;
13 #endif // CHARACTERCOLORS_H