diff options
Diffstat (limited to 'src/Bindings/AllToLua.pkg')
-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; |