diff options
Diffstat (limited to 'source/cChestEntity.h')
-rw-r--r-- | source/cChestEntity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h index 323eb0f8a..5223ad6eb 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -29,6 +29,8 @@ class cChestEntity : {
public:
cChestEntity(int a_X, int a_Y, int a_Z, cWorld * a_World);
+ cChestEntity(int a_X, int a_Y, int a_Z);
+
virtual ~cChestEntity();
virtual void Destroy();
|