summaryrefslogtreecommitdiffstats
path: root/source/Bindings.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-16 20:44:07 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-16 20:44:07 +0200
commit3efd8fdabbcbde30f41bf4796b72bce5c6778f70 (patch)
tree45266060fabc71e6a54b901fc7fb86ce257f559f /source/Bindings.cpp
parentLeaves: Applied patch by Luksor. (diff)
downloadcuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar.gz
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar.bz2
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar.lz
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar.xz
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.tar.zst
cuberite-3efd8fdabbcbde30f41bf4796b72bce5c6778f70.zip
Diffstat (limited to 'source/Bindings.cpp')
-rw-r--r--source/Bindings.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp
index d91d8b101..643be25ce 100644
--- a/source/Bindings.cpp
+++ b/source/Bindings.cpp
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 06/16/12 17:04:45.
+** Generated automatically by tolua++-1.0.92 on 06/16/12 20:12:04.
*/
#ifndef __cplusplus
@@ -20478,7 +20478,9 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_BLOCK_STONE_BRICKS",E_BLOCK_STONE_BRICKS);
tolua_constant(tolua_S,"E_BLOCK_HUGE_BROWN_MUSHROOM",E_BLOCK_HUGE_BROWN_MUSHROOM);
tolua_constant(tolua_S,"E_BLOCK_HUGE_RED_MUSHROOM",E_BLOCK_HUGE_RED_MUSHROOM);
+ tolua_constant(tolua_S,"E_BLOCK_IRON_BARS",E_BLOCK_IRON_BARS);
tolua_constant(tolua_S,"E_BLOCK_IRON_BAR",E_BLOCK_IRON_BAR);
+ tolua_constant(tolua_S,"E_BLOCK_GLASS_PANE",E_BLOCK_GLASS_PANE);
tolua_constant(tolua_S,"E_BLOCK_GLASS_PLANE",E_BLOCK_GLASS_PLANE);
tolua_constant(tolua_S,"E_BLOCK_MELON",E_BLOCK_MELON);
tolua_constant(tolua_S,"E_BLOCK_PUMPKIN_STEM",E_BLOCK_PUMPKIN_STEM);