diff options
author | Alexander Harkness <me@bearbin.net> | 2018-01-05 12:28:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 12:28:06 +0100 |
commit | b4aa19f329b06e42eb2591fc488b70dc0df41940 (patch) | |
tree | 5b18f7bde0b3129310d273f63b68151850c43ea7 /src/Items/ItemChest.h | |
parent | Add the fmt library (#4065) (diff) | |
download | cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar.gz cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar.bz2 cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar.lz cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar.xz cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.tar.zst cuberite-b4aa19f329b06e42eb2591fc488b70dc0df41940.zip |
Diffstat (limited to 'src/Items/ItemChest.h')
-rw-r--r-- | src/Items/ItemChest.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Items/ItemChest.h b/src/Items/ItemChest.h index 83f4c4cfa..58f6fbc6e 100644 --- a/src/Items/ItemChest.h +++ b/src/Items/ItemChest.h @@ -1,12 +1,4 @@ -// ItemChest.h - -// Declares the cItemChestHandler class representing the cItemHandler descendant responsible for chests - - - - - #pragma once #include "ItemHandler.h" @@ -164,7 +156,3 @@ public: private: cItemChestHandler(const cItemChestHandler &) = delete; }; - - - - |