Matt Williams 27b17cf348 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
2009-03-27 18:54:20 +00:00

7 lines
87 B
OpenEdge ABL

%module Enums
%{
#include "PolyVoxCore/Enums.h"
%}
enum NormalGenerationMethod;