diff options
author | mario <mario@notk.org> | 2011-11-28 20:13:35 +0100 |
---|---|---|
committer | mario <mario@notk.org> | 2011-11-28 20:13:35 +0100 |
commit | fdb1de377daac6a77bcf4a2c0ca7cfe465bc5179 (patch) | |
tree | 19958b784954cb8040acb3ed8ab3771d0f54758c /types.h | |
parent | 9bd048bcc9c468b82d4eefa628ed4a5e044a3221 (diff) |
Ajout du display, implémentation
Ajout des couleurs, changement de la façon dont elles sont stockées
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ struct VelocityVector VelocityVector(int _x, int _y): x(_x), y(_y) {};
};
-typedef char PlayerColor;
+typedef uint PlayerColor;
typedef char PlayerNumber;
#endif // _TYPES_H
|