diff options
Diffstat (limited to 'Minecraft.World/AnimalChest.h')
| -rw-r--r-- | Minecraft.World/AnimalChest.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/AnimalChest.h b/Minecraft.World/AnimalChest.h new file mode 100644 index 00000000..a8b360fd --- /dev/null +++ b/Minecraft.World/AnimalChest.h @@ -0,0 +1,10 @@ +#pragma once + +#include "SimpleContainer.h" + +class AnimalChest : public SimpleContainer +{ +public: + AnimalChest(const wstring &name, int size); + AnimalChest(int iTitle, const wstring &name, bool hasCustomName, int size); // 4J Added iTitle param +};
\ No newline at end of file |
