mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 00:38:15 +00:00
TU19: merge Minecraft.World/Containers
keeping virtual destructors where possible
This commit is contained in:
10
Minecraft.World/Containers/AnimalChest.cpp
Normal file
10
Minecraft.World/Containers/AnimalChest.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
|
||||
#include "AnimalChest.h"
|
||||
|
||||
AnimalChest::AnimalChest(const std::wstring& name, int size)
|
||||
: SimpleContainer(IDS_CONTAINER_ANIMAL, name, false, size) {}
|
||||
|
||||
AnimalChest::AnimalChest(int iTitle, const std::wstring& name,
|
||||
bool hasCustomName, int size)
|
||||
: SimpleContainer(iTitle, name, hasCustomName, size) {}
|
||||
Reference in New Issue
Block a user