]> git.localhorst.tv Git - blank.git/blobdiff - src/world/BlockType.hpp
block sounds depending on block type
[blank.git] / src / world / BlockType.hpp
index 1ea34a1f897558e28e5020dc4545eb19513b55a5..b7861e1dd24281088bdab5cbde4d594dff05b489 100644 (file)
@@ -26,6 +26,9 @@ struct BlockType {
        /// a string to display to the user
        std::string label;
 
+       int place_sound;
+       int remove_sound;
+
        Block::Type id;
 
        /// light level that blocks of this type emit