diff options
author | Mattes D <github@xoft.cz> | 2015-03-19 12:34:16 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-19 12:34:16 +0100 |
commit | 9eb9541060dbc5b0939c3f200ce3d2381d503d26 (patch) | |
tree | 579fdcc4fefb98e8073a8438cf2d072a58492344 /src/Bindings/AllToLua.pkg | |
parent | AllToLua: Fixed the parse order for bindings generation. (diff) | |
download | cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar.gz cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar.bz2 cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar.lz cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar.xz cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.tar.zst cuberite-9eb9541060dbc5b0939c3f200ce3d2381d503d26.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Bindings/AllToLua.pkg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Bindings/AllToLua.pkg b/src/Bindings/AllToLua.pkg index bc0c9300f..cea86f432 100644 --- a/src/Bindings/AllToLua.pkg +++ b/src/Bindings/AllToLua.pkg @@ -116,14 +116,6 @@ $cfile "../BlockEntities/FlowerPotEntity.h" -// Need to declare this class so that the usertype is properly registered in Bindings.cpp - -// it seems impossible to register a usertype in ManualBindings.cpp -class cLineBlockTracer; - - - - - // To avoid tolua treating Byte as a class, and avoid the need to $cfile entire Globals.h: typedef unsigned char Byte; |