summaryrefslogtreecommitdiffstats
path: root/source/Bindings.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-25 16:24:51 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-25 16:24:51 +0200
commitba5b6ca75187e18942c463f7300b49061ebdc183 (patch)
tree99eb3efbb60791ed19d64bab32ee86444ee1fc46 /source/Bindings.cpp
parentFixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi) (diff)
downloadcuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar.gz
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar.bz2
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar.lz
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar.xz
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.tar.zst
cuberite-ba5b6ca75187e18942c463f7300b49061ebdc183.zip
Diffstat (limited to '')
-rw-r--r--source/Bindings.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp
index 8e3c4bd96..26af3e663 100644
--- a/source/Bindings.cpp
+++ b/source/Bindings.cpp
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 03/11/12 17:55:41.
+** Generated automatically by tolua++-1.0.92 on 03/25/12 16:23:48.
*/
#ifndef __cplusplus
@@ -17574,6 +17574,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_ENT_LOOK",E_ENT_LOOK);
tolua_constant(tolua_S,"E_REL_ENT_MOVE_LOOK",E_REL_ENT_MOVE_LOOK);
tolua_constant(tolua_S,"E_ENT_TELEPORT",E_ENT_TELEPORT);
+ tolua_constant(tolua_S,"E_ENT_HEAD_LOOK",E_ENT_HEAD_LOOK);
tolua_constant(tolua_S,"E_ENT_STATUS",E_ENT_STATUS);
tolua_constant(tolua_S,"E_METADATA",E_METADATA);
tolua_constant(tolua_S,"E_PRE_CHUNK",E_PRE_CHUNK);
@@ -17594,6 +17595,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_CREATIVE_INVENTORY_ACTION",E_CREATIVE_INVENTORY_ACTION);
tolua_constant(tolua_S,"E_UPDATE_SIGN",E_UPDATE_SIGN);
tolua_constant(tolua_S,"E_PLAYER_LIST_ITEM",E_PLAYER_LIST_ITEM);
+ tolua_constant(tolua_S,"E_PLAYER_ABILITIES",E_PLAYER_ABILITIES);
tolua_constant(tolua_S,"E_PING",E_PING);
tolua_constant(tolua_S,"E_DISCONNECT",E_DISCONNECT);
tolua_array(tolua_S,"g_BlockLightValue",tolua_get_AllToLua_g_BlockLightValue,tolua_set_AllToLua_g_BlockLightValue);