1
0
Fork 0

Added tolua++ redirection include.

This is needed because ToLua++ regenerates the Bindings file with bad #include, and it would be too difficult to fix ToLua++; this is an easier solution.
Should fix PR #431.
This commit is contained in:
madmaxoft 2013-12-14 23:34:37 +01:00
parent 322382e379
commit 812ea39a5c
1 changed files with 13 additions and 0 deletions

13
src/Bindings/tolua++.h Normal file
View File

@ -0,0 +1,13 @@
// tolua++.h
// Redirection file, needed because ToLua++ generates the Bindings.cpp file with >> #include "tolua++.h" <<
#include "tolua++/include/tolua++.h"