X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fitemdef.h;h=f993fdbac490181ab7627ea00f680e91f145bb4e;hb=1e4e64f83195ed1be0aa0c4a237a50de6dd132a9;hp=cbbe7e2adcf844ba35db37c9c582bf8f7ac07c61;hpb=7d9329ecfe84733cdefa34eab25ee3d124c94c59;p=dragonfireclient.git diff --git a/src/itemdef.h b/src/itemdef.h index cbbe7e2ad..f993fdbac 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #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.