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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 50f903b..b072997 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -253,7 +253,7 @@ namespace game {
} deco_assets_t;
typedef struct {
- render::animated_texture_t crystals;
+ render::animated_texture_t crystals, icon_health, icon_grenade;
audio::sound_t crystal_tick;
} ui_assets_t;