system basic

This commit is contained in:
arthur.jamet
2021-06-15 10:11:14 +02:00
parent 41d8369ba5
commit 86e4bf684c
5 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace BBM
//! @brief score of player (4 is the looser, 1 is the winner)
enum Score {FIRST = 1, SECOND = 2, THIRD = 3, FOURTH = 4, PLAYING = -1};
//! @brief the score of the player
enum Score position;
enum Score score;
//! @inherit
WAL::Component *clone(WAL::Entity &entity) const override;