summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemDefaultItem.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2022-01-02 12:56:36 +0100
committerGitHub <noreply@github.com>2022-01-02 12:56:36 +0100
commitc52f299e724bf893944553ac3aeedf7bf0a58241 (patch)
tree071ed4a45a7054231f60a9dd705dc4d69d10e6c6 /src/Items/ItemDefaultItem.h
parentWriteBlockEntity: don't write position multiple times (#5373) (diff)
downloadcuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.gz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.bz2
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.lz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.xz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.zst
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.zip
Diffstat (limited to 'src/Items/ItemDefaultItem.h')
-rw-r--r--src/Items/ItemDefaultItem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Items/ItemDefaultItem.h b/src/Items/ItemDefaultItem.h
index f455257aa..afd5ab126 100644
--- a/src/Items/ItemDefaultItem.h
+++ b/src/Items/ItemDefaultItem.h
@@ -1,9 +1,16 @@
+#pragma once
+
#include "ItemHandler.h"
+
+
+
+
class cDefaultItemHandler final :
public cItemHandler
{
public:
+
using cItemHandler::cItemHandler;
};