From cc26f1646308a71ea78f0656efa670915e5e7345 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 10 Apr 2013 19:52:03 +0000 Subject: Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. http://forum.mc-server.org/showthread.php?tid=831 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1380 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/AllToLua.pkg | 1 + 1 file changed, 1 insertion(+) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index 7a7c54412..f85264fa8 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -38,6 +38,7 @@ $cfile "Server.h" $cfile "World.h" $cfile "Inventory.h" $cfile "Item.h" +$cfile "ItemGrid.h" $cfile "ChestEntity.h" $cfile "WebAdmin.h" $cfile "WebPlugin.h" -- cgit v1.2.3