diff options
author | madmaxoft <github@xoft.cz> | 2013-08-07 14:34:00 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-07 14:34:00 +0200 |
commit | 58a76a90dc640af707aab073325827f3e8f41d71 (patch) | |
tree | 8915d56c6c57fd42e65eb036996121a3125a7b43 /source/AllToLua.pkg | |
parent | Plugin: Fixed plugin name in the cLuaState's subsystem (diff) | |
download | cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar.gz cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar.bz2 cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar.lz cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar.xz cuberite-58a76a90dc640af707aab073325827f3e8f41d71.tar.zst cuberite-58a76a90dc640af707aab073325827f3e8f41d71.zip |
Diffstat (limited to 'source/AllToLua.pkg')
-rw-r--r-- | source/AllToLua.pkg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index 7041211b5..cd22aba0a 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -63,3 +63,11 @@ $cfile "LuaWindow.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; + + + + |