summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index b6cb597..1fd986f 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -28,6 +28,7 @@ namespace interface {
class state_t;
typedef struct {
+ render::animated_texture_t *icon;
std::string label;
int action;
@@ -268,8 +269,18 @@ namespace game {
typedef struct {
render::animated_texture_t crystals;
audio::sound_t crystal_tick;
-
- render::animated_texture_t icon_health, icon_grenades, icon_shells;
+ render::animated_texture_t icon_builder,
+ icon_fire,
+ icon_grenades,
+ icon_health,
+ icon_move,
+ icon_repair,
+ icon_replicator,
+ icon_scientist,
+ icon_shells,
+ icon_soldier,
+ icon_stop,
+ icon_teleporter;
} ui_assets_t;
extern soldier_assets_t soldier;