]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/itemdef.h
Remove debug output
[dragonfireclient.git] / src / itemdef.h
index cbbe7e2adcf844ba35db37c9c582bf8f7ac07c61..f993fdbac490181ab7627ea00f680e91f145bb4e 100644 (file)
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <iostream>
 #include <set>
 #include "itemgroup.h"
+#include "sound.h"
 class IGameDef;
 struct ToolCapabilities;
 
@@ -66,6 +67,8 @@ struct ItemDefinition
        // May be NULL. If non-NULL, deleted by destructor
        ToolCapabilities *tool_capabilities;
        ItemGroupList groups;
+       SimpleSoundSpec sound_place;
+       f32 range;
 
        // Client shall immediately place this node when player places the item.
        // Server will update the precise end result a moment later.