diff options
Diffstat (limited to 'game/tech.h')
-rw-r--r-- | game/tech.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game/tech.h b/game/tech.h index a8de9c1..84ef05c 100644 --- a/game/tech.h +++ b/game/tech.h @@ -11,6 +11,9 @@ class Tech { Tech() {} std::string name; + int id; + int level; + int req_id; std::vector<int> cost { 0, 0 }; vec2 spritebounds { 0, 0 }; |