Fixed tolua export for Byte.
No longer treated as an unknown class.
This commit is contained in:
parent
46f6cef99f
commit
f96801290e
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user