polyvox/library/bindings/Compressor.i
Matt Williams 66bdf0e5a9 Add Compressor and subclasses to the bindings
This relates to issue 20 and should fix the compilation error mentioned
there.
2013-02-08 14:27:11 +00:00

7 lines
74 B
OpenEdge ABL

%module Compressor
%{
#include "Compressor.h"
%}
%include "Compressor.h"