PageRenderTime 35ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/lua/dual/example2.i

#
Swig | 10 lines | 6 code | 3 blank | 1 comment | 0 complexity | 4c60e3198b9a5e058904fdc9fbe8c7c8 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* File : example2.i */
  2. %module example2
  3. %inline %{
  4. struct Bar{
  5. int i;
  6. };
  7. %}