aboutsummaryrefslogtreecommitdiff
path: root/game/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/player.h')
-rw-r--r--game/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/player.h b/game/player.h
index ec4657e..01d8ee9 100644
--- a/game/player.h
+++ b/game/player.h
@@ -11,6 +11,8 @@ class Player {
std::vector<int> res { 0, 0 };
std::vector<int> techs;
+ int level { 0 };
+
int r, g, b;
};