/trunk/Examples/lua/dual/example2.i
# · Swig · 10 lines · 6 code · 3 blank · 1 comment · 0 complexity · 4c60e3198b9a5e058904fdc9fbe8c7c8 MD5 · raw file
- /* File : example2.i */
- %module example2
- %inline %{
- struct Bar{
- int i;
- };
- %}
# · Swig · 10 lines · 6 code · 3 blank · 1 comment · 0 complexity · 4c60e3198b9a5e058904fdc9fbe8c7c8 MD5 · raw file
- /* File : example2.i */
- %module example2
- %inline %{
- struct Bar{
- int i;
- };
- %}