diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-25 16:24:51 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-25 16:24:51 +0200 |
commit | ba5b6ca75187e18942c463f7300b49061ebdc183 (patch) | |
tree | 99eb3efbb60791ed19d64bab32ee86444ee1fc46 /source/Bindings.h | |
parent | Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi) (diff) | |
download | cuberite-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Bindings.h b/source/Bindings.h index c100812cf..fc265fb0b 100644 --- a/source/Bindings.h +++ b/source/Bindings.h @@ -1,6 +1,6 @@ /*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 03/11/12 17:55:42.
+** Generated automatically by tolua++-1.0.92 on 03/25/12 16:23:48.
*/
/* Exported function */
|