PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 1ms

/trunk/Examples/lua/dual/example.i

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