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:
parent
322382e379
commit
812ea39a5c
13
src/Bindings/tolua++.h
Normal file
13
src/Bindings/tolua++.h
Normal 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"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user