blob: 7b144ea05e508f6616ada7d9bae114e504e5a77a [file] [log] [blame]
/* -*- C++ -*- */
/* File : example.i -- stolen from the guile std_vector example */
%module example
%{
#include "example.h"
%}
%include stl.i
/* Let's just grab the original header file here */
%include "example.h"