From 812ea39a5c373f5870562cf24c7282e1cf231599 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 14 Dec 2013 23:34:37 +0100 Subject: 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. --- src/Bindings/tolua++.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Bindings/tolua++.h diff --git a/src/Bindings/tolua++.h b/src/Bindings/tolua++.h new file mode 100644 index 000000000..4dfd06318 --- /dev/null +++ b/src/Bindings/tolua++.h @@ -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" + + + + -- cgit v1.2.3