X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fitemdef.h;h=f993fdbac490181ab7627ea00f680e91f145bb4e;hb=2fee2baf98cd452f7d0e4acb6c82617b7c7b995a;hp=cbbe7e2adcf844ba35db37c9c582bf8f7ac07c61;hpb=7d9329ecfe84733cdefa34eab25ee3d124c94c59;p=oweals%2Fminetest.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.