summaryrefslogtreecommitdiffstats
path: root/src/Inventory.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-19 21:26:38 +0100
committerMattes D <github@xoft.cz>2015-03-19 21:26:38 +0100
commit2d1d4ae3e39908237c1f2fd5315e4786cec5d781 (patch)
treeb27992ab5de96d2c791155c9e0866ed84e930146 /src/Inventory.h
parentAllToLua: Fixed cMonster inheritance. (diff)
downloadcuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.gz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.bz2
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.lz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.xz
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.zst
cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.zip
Diffstat (limited to 'src/Inventory.h')
-rw-r--r--src/Inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Inventory.h b/src/Inventory.h
index 4e76bc0d3..311f64562 100644
--- a/src/Inventory.h
+++ b/src/Inventory.h
@@ -31,7 +31,9 @@ You can use the invArmorOffset, invInventoryOffset and invHotbarOffset constants
*/
class cInventory :
+ // tolua_end
public cItemGrid::cListener
+ // tolua_begin
{
public: