Updated SWIG bindings, especially for C#.
This commit is contained in:
6
library/bindings/TypeDef.i
Normal file
6
library/bindings/TypeDef.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module TypeDef
|
||||
%{
|
||||
#include "PolyVoxImpl\TypeDef.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl\TypeDef.h"
|
Reference in New Issue
Block a user