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 ++++++++++++++++++++++++++--------------------------- source/Bindings.cpp | 2 +- source/Bindings.h | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) 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 diff --git a/source/Bindings.cpp b/source/Bindings.cpp index e835fa1a6..98dffae12 100644 --- a/source/Bindings.cpp +++ b/source/Bindings.cpp @@ -1,6 +1,6 @@ /* ** Lua binding: AllToLua -** Generated automatically by tolua++-1.0.92 on 09/23/12 23:22:26. +** Generated automatically by tolua++-1.0.92 on 09/24/12 00:25:03. */ #ifndef __cplusplus diff --git a/source/Bindings.h b/source/Bindings.h index 9489fa6bb..3d5bb6be1 100644 --- a/source/Bindings.h +++ b/source/Bindings.h @@ -1,6 +1,6 @@ /* ** Lua binding: AllToLua -** Generated automatically by tolua++-1.0.92 on 09/23/12 23:22:26. +** Generated automatically by tolua++-1.0.92 on 09/24/12 00:25:03. */ /* Exported function */ -- cgit v1.2.3