Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
16
bindings/Region.i
Normal file
16
bindings/Region.i
Normal file
@ -0,0 +1,16 @@
|
||||
%module Region
|
||||
%{
|
||||
#define SWIG_DAVID
|
||||
#include "Region.h"
|
||||
%}
|
||||
|
||||
%extend PolyVox::Region {
|
||||
STR()
|
||||
};
|
||||
|
||||
%ignore depth;
|
||||
%ignore height;
|
||||
%ignore width;
|
||||
%ignore dimensions;
|
||||
|
||||
%include "Region.h"
|
Reference in New Issue
Block a user