1
0
Fork 0

Fixed tolua export for Byte.

No longer treated as an unknown class.
This commit is contained in:
madmaxoft 2014-02-24 22:52:55 +01:00
parent 46f6cef99f
commit f96801290e
1 changed files with 7 additions and 0 deletions

View File

@ -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;