Code Generation

The Lua binding generator can generate bindings for C code or for C++ code. You must select C++ if you are generating bindings for C++ code.

The functions.txt file must include your C++ classes and the class methods if you are generating C++ bindings.

Note: The generator will automatically generate C++ code if you include header files with the extension .hpp.

Return