summaryrefslogtreecommitdiffstats
path: root/src/Bindings/tolua++.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added tolua++ redirection include.madmaxoft2013-12-141-0/+13
| | | | | 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.
* Fixed tolua++ compilation.madmaxoft2013-12-081-186/+0
| | | | Duplicate files, wrong includes, const-incorrect code...
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+186
Ref.: #407