diff options
Diffstat (limited to 'Examples/php/sync/example.i')
-rw-r--r-- | Examples/php/sync/example.i | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Examples/php/sync/example.i b/Examples/php/sync/example.i new file mode 100644 index 0000000..17ff87c --- /dev/null +++ b/Examples/php/sync/example.i @@ -0,0 +1,7 @@ +%module example + +%{ +#include "example.h" +%} + +%include "example.h" |