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

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