// -*- c++ -*- | |
// Example copied from http://linuxgazette.net/issue49/pramode.html | |
%module example2 | |
%{ | |
#include "zoo.h" | |
%} | |
%include "zoo.h" | |
// -*- c++ -*- | |
// Example copied from http://linuxgazette.net/issue49/pramode.html | |
%module example2 | |
%{ | |
#include "zoo.h" | |
%} | |
%include "zoo.h" | |