aboutsummaryrefslogtreecommitdiff
path: root/game/view.h
diff options
context:
space:
mode:
authorjacopograndi <jak.sk8@hotmail.it>2021-08-29 13:57:41 +0200
committerjacopograndi <jak.sk8@hotmail.it>2021-08-29 13:57:41 +0200
commitace5c3f3093c50ff7fa6f8b281a377e3788abbd5 (patch)
tree8a52803dc2b777822e9b1cab148bec8798bfeadf /game/view.h
parenta8bcacc95045102e67f2feabbdddf79535837554 (diff)
adding techs
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 6aa3486..a9d196b 100644
--- a/game/view.h
+++ b/game/view.h
@@ -25,6 +25,8 @@ class View {
Menu_unit menu_unit;
Menu_day menu_day;
+ Menu_build menu_build;
+ Menu_train menu_train;
void process (Gst &gst, vec2 cam, vec2 mouse, int *mheld);
};