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, 4 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 1a28413..8d13b17 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -95,6 +95,7 @@ namespace game {
render::animated_texture_t eyething, eyething_dead;
render::animated_texture_t spike, spike_broken, spike_small;
render::animated_texture_t wart;
+ render::animated_texture_t crystal, crystal_broken;
} deco_assets_t;
extern soldier_assets_t soldier;
@@ -411,7 +412,9 @@ namespace game {
DECO_SPIKE,
DECO_SPIKE_BROKEN,
DECO_SPIKE_SMALL,
- DECO_WART
+ DECO_WART,
+ DECO_CRYSTAL,
+ DECO_CRYSTAL_BROKEN
} deco_type_t;
class deco_t : public game::entity_t {