/tags/Root-branch-php-utl/SWIG/Examples/csharp/enum/example.i

# · Swig · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · ffc031694e7857c13e22f2996c908420 MD5 · raw file

  1. /* File : example.i */
  2. %module example
  3. %{
  4. #include "example.h"
  5. %}
  6. /* Let's just grab the original header file here */
  7. %include "example.h"