aboutsummaryrefslogtreecommitdiff
path: root/game/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/view.h')
-rw-r--r--game/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/view.h b/game/view.h
index 61301ac..6a316de 100644
--- a/game/view.h
+++ b/game/view.h
@@ -23,6 +23,8 @@ class View {
std::vector<int> moves;
std::vector<int> attacks;
std::vector<int> builds;
+ std::vector<int> heals;
+ std::vector<int> converts;
Menu_unit menu_unit;
Menu_day menu_day;