diff options
Diffstat (limited to 'src/Bindings/AllToLua.pkg')
-rw-r--r-- | src/Bindings/AllToLua.pkg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Bindings/AllToLua.pkg b/src/Bindings/AllToLua.pkg index 4fd5a68b8..6537437cd 100644 --- a/src/Bindings/AllToLua.pkg +++ b/src/Bindings/AllToLua.pkg @@ -87,3 +87,10 @@ class cLineBlockTracer; + +// To avoid tolua treating Byte as a class, and avoid the need to $cfile entire Globals.h: +typedef unsigned char Byte; + + + + |