diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-13 20:14:20 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-13 20:14:20 +0200 |
commit | 79f984144951b27b54dfc050e06cce89c4499441 (patch) | |
tree | b0b17a2930ee0a3ea622fa3a68fc30324967ca7e /source/Bindings.h | |
parent | Added a BlockToPickup hook for modifying pickups when a player breaks a block. (diff) | |
download | cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar.gz cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar.bz2 cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar.lz cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar.xz cuberite-79f984144951b27b54dfc050e06cce89c4499441.tar.zst cuberite-79f984144951b27b54dfc050e06cce89c4499441.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 21c409f72..fb8cba644 100644 --- a/source/Bindings.h +++ b/source/Bindings.h @@ -1,6 +1,6 @@ /*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 06/13/12 19:36:04.
+** Generated automatically by tolua++-1.0.92 on 06/13/12 20:13:25.
*/
/* Exported function */
|