Extremely basic first go at SWIG bindings
Only Enums.h is wrapped so far and I haven't tested it For now I will focus on Python but Java and C# will be useful too
This commit is contained in:
6
library/bindings/Enums.i
Normal file
6
library/bindings/Enums.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module Enums
|
||||
%{
|
||||
#include "PolyVoxCore/Enums.h"
|
||||
%}
|
||||
|
||||
enum NormalGenerationMethod;
|
Reference in New Issue
Block a user