]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_item.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / script / cpp_api / s_item.cpp
index 6937ebbebf21529c8c57e98fe6bc167228e1d9c4..b4536ac63b95b49184a5096abb31e000b6637a7d 100644 (file)
@@ -18,10 +18,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "cpp_api/s_item.h"
+#include "cpp_api/s_internal.h"
 #include "common/c_converter.h"
 #include "common/c_content.h"
 #include "lua_api/l_item.h"
 #include "server.h"
+#include "log.h"
+#include "util/pointedthing.h"
 
 bool ScriptApiItem::item_OnDrop(ItemStack &item,
                ServerActiveObject *dropper, v3f pos)