summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-24 00:25:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-24 00:25:33 +0200
commitcade71ff68b94cb471c52d18fdb8b49a279cdda8 (patch)
tree378c3c3b1d2f51cbe9b909fc92ca523d37f132c1 /source
parentRestored Noise's optimization even in debug build, lost in previous rename. (diff)
downloadcuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar.gz
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar.bz2
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar.lz
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar.xz
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.tar.zst
cuberite-cade71ff68b94cb471c52d18fdb8b49a279cdda8.zip
Diffstat (limited to 'source')
-rw-r--r--source/AllToLua.pkg56
-rw-r--r--source/Bindings.cpp2
-rw-r--r--source/Bindings.h2
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 */