Work on SWIG bindings for PolyVox.

This commit is contained in:
David Williams
2010-12-28 09:52:17 +00:00
parent 89df1c8824
commit 57ff257669
7 changed files with 15 additions and 30 deletions

View File

@ -0,0 +1,7 @@
%module Region
%{
#define SWIG_DAVID
#include "Region.h"
%}
%include "Region.h"