repo.or.cz
/
roofball.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Options: Fix modifying or deleting of value returned by getenv
[roofball.git]
/
src
/
charactercolors.h
blob
4d2eb7937d7e7d77c3fe285e850ed44638784c7a
1
#ifndef CHARACTERCOLORS_H
2
#define CHARACTERCOLORS_H
3
4
#include
"color.h"
5
6
struct
CharacterColors
{
7
Color hair
;
8
Color shirt
;
9
Color pants
;
10
Color shoes
;
11
};
12
13
#endif
// CHARACTERCOLORS_H