polyvox/library/bindings/MinizCompressor.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
89 B
OpenEdge ABL

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