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
7 lines
87 B
OpenEdge ABL
7 lines
87 B
OpenEdge ABL
%module Enums
|
|
%{
|
|
#include "PolyVoxCore/Enums.h"
|
|
%}
|
|
|
|
enum NormalGenerationMethod;
|