From cade71ff68b94cb471c52d18fdb8b49a279cdda8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 22:25:33 +0000 Subject: Fixed Lua bindings for file renaming in previous commits git-svn-id: http://mc-server.googlecode.com/svn/trunk@889 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/AllToLua.pkg | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index f10761297..2f971c2a8 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -5,45 +5,45 @@ $#include "tolua_base.h" $cfile "ChunkDef.h" -$cfile "cTorch.h" -$cfile "cStairs.h" -$cfile "cLadder.h" -$cfile "cVine.h" +$cfile "Torch.h" +$cfile "Stairs.h" +$cfile "Ladder.h" +$cfile "Vine.h" $cfile "../iniFile/iniFile.h" $cfile "BlockID.h" $cfile "Defines.h" $cfile "LuaFunctions.h" -$cfile "cStringMap.h" -$cfile "cChatColor.h" -$cfile "cClientHandle.h" -$cfile "cEntity.h" -$cfile "cPawn.h" -$cfile "cPlayer.h" -$cfile "cPluginManager.h" -$cfile "cPlugin.h" -$cfile "cPlugin_NewLua.h" -$cfile "cPlugin_Lua.h" -$cfile "cServer.h" -$cfile "cWorld.h" -$cfile "cInventory.h" -$cfile "cItem.h" -$cfile "cChestEntity.h" -$cfile "cWebAdmin.h" -$cfile "cWebPlugin.h" -$cfile "cPickup.h" -$cfile "cRoot.h" +$cfile "StringMap.h" +$cfile "ChatColor.h" +$cfile "ClientHandle.h" +$cfile "Entity.h" +$cfile "Pawn.h" +$cfile "Player.h" +$cfile "PluginManager.h" +$cfile "Plugin.h" +$cfile "Plugin_NewLua.h" +$cfile "Plugin_Lua.h" +$cfile "Server.h" +$cfile "World.h" +$cfile "Inventory.h" +$cfile "Item.h" +$cfile "ChestEntity.h" +$cfile "WebAdmin.h" +$cfile "WebPlugin.h" +$cfile "Pickup.h" +$cfile "Root.h" $cfile "OSSupport/TCPLink.h" $cfile "Vector3f.h" $cfile "Vector3d.h" $cfile "Vector3i.h" $cfile "Matrix4f.h" -$cfile "cCuboid.h" -$cfile "cMCLogger.h" -$cfile "cTracer.h" -$cfile "cGroup.h" +$cfile "Cuboid.h" +$cfile "MCLogger.h" +$cfile "Tracer.h" +$cfile "Group.h" $cfile "BlockArea.h" -$cfile "cLuaChunk.h" +$cfile "LuaChunk.h" $cfile "CraftingRecipes.h" $cfile "LuaItems.h" \ No newline at end of file -- cgit v1.2.3