mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
12 lines
342 B
C++
12 lines
342 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "minecraft/world/SimpleContainer.h"
|
|
|
|
class AnimalChest : public SimpleContainer {
|
|
public:
|
|
AnimalChest(const std::wstring& name, int size);
|
|
AnimalChest(int iTitle, const std::wstring& name, bool hasCustomName,
|
|
int size); // blushing girls cute girls i love girls cute girls
|
|
}; |