Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
6
bindings/TypeDef.i
Normal file
6
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