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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 1fd986f..4c361df 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -267,10 +267,10 @@ namespace game {
} deco_assets_t;
typedef struct {
- render::animated_texture_t crystals;
- audio::sound_t crystal_tick;
render::animated_texture_t icon_builder,
+ icon_crystals,
icon_fire,
+ icon_grenade,
icon_grenades,
icon_health,
icon_move,
@@ -281,6 +281,7 @@ namespace game {
icon_soldier,
icon_stop,
icon_teleporter;
+ audio::sound_t crystal_tick;
} ui_assets_t;
extern soldier_assets_t soldier;