Work on SWIG bindings for PolyVox.
This commit is contained in:
7
library/bindings/Region.i
Normal file
7
library/bindings/Region.i
Normal file
@ -0,0 +1,7 @@
|
||||
%module Region
|
||||
%{
|
||||
#define SWIG_DAVID
|
||||
#include "Region.h"
|
||||
%}
|
||||
|
||||
%include "Region.h"
|
Reference in New Issue
Block a user