From 9db307bb53677f1c3eaf34b03b77360b893a6482 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 2 Sep 2012 13:34:59 +0000 Subject: Exported cWorld::DoWithChestAt to Lua Exported cChestEntity to Lua for handling in DoWithChestAt git-svn-id: http://mc-server.googlecode.com/svn/trunk@820 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/AllToLua.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index 71d9cecb5..83f3a952c 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -29,6 +29,7 @@ $cfile "cServer.h" $cfile "cWorld.h" $cfile "cInventory.h" $cfile "cItem.h" +$cfile "cChestEntity.h" $cfile "cWebAdmin.h" $cfile "cWebPlugin.h" $cfile "cPickup.h" @@ -45,4 +46,4 @@ $cfile "cGroup.h" $cfile "BlockArea.h" $cfile "cLuaChunk.h" $cfile "CraftingRecipes.h" -$cfile "LuaItems.h" +$cfile "LuaItems.h" \ No newline at end of file -- cgit v1.2.3