1
0

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
This commit is contained in:
madmaxoft@gmail.com 2012-09-23 22:25:33 +00:00
parent 41958e31ba
commit cade71ff68
3 changed files with 30 additions and 30 deletions

View File

@ -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"

View File

@ -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

View File

@ -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 */