X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBlockType.hpp;h=b7861e1dd24281088bdab5cbde4d594dff05b489;hb=07b8335e7bfd631e0878e183c87238812d632c56;hp=1ea34a1f897558e28e5020dc4545eb19513b55a5;hpb=ba55bf4293f3abc742eef710545a4b207ba2c820;p=blank.git diff --git a/src/world/BlockType.hpp b/src/world/BlockType.hpp index 1ea34a1..b7861e1 100644 --- a/src/world/BlockType.hpp +++ b/src/world/BlockType.hpp @@ -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