/trunk/Examples/lua/class/example.i
# · Swig · 10 lines · 5 code · 3 blank · 2 comment · 0 complexity · 2ca4a310a8bf2ddc0b500c8cad58f3b2 MD5 · raw file
- /* File : example.i */
- %module example
- %{
- #include "example.h"
- %}
- /* Let's just grab the original header file here */
- %include "example.h"