From 728abda9dc6fc8e65c7c0e0240a2e7d61a43a583 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Sun, 5 Sep 2021 22:36:13 +0200 Subject: tech tostring, all sprites, heal and convert --- game/view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game/view.h') 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 moves; std::vector attacks; std::vector builds; + std::vector heals; + std::vector converts; Menu_unit menu_unit; Menu_day menu_day; -- cgit v1.2.3-54-g00ecf