diff options
Diffstat (limited to 'source/ChestEntity.h')
-rw-r--r-- | source/ChestEntity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ChestEntity.h b/source/ChestEntity.h index 78746cfdf..cef53f037 100644 --- a/source/ChestEntity.h +++ b/source/ChestEntity.h @@ -31,6 +31,8 @@ public: virtual ~cChestEntity(); virtual void Destroy(); + static const char * GetClassStatic() { return "cChestEntity"; } + const cItem * GetSlot(int a_Slot) const; // tolua_export void SetSlot(int a_Slot, const cItem & a_Item ); // tolua_export |