/* example.i */ %module yap %{ /* Put header files here or function declarations like below */ #include "yapi.hh" %} %include "yapi.hh"