blob: be9eabfbcfa4fb3f3033a6f70e3ed78a8269575b [file] [log] [blame]
%module example
%{
#include <iostream>
#include <string>
using std::cin;
using std::cout;
using std::endl;
using std::string;
#include "example.h"
%}
%include example.h