Add Compressor and subclasses to the bindings
This relates to issue 20 and should fix the compilation error mentioned there.
This commit is contained in:
6
library/bindings/MinizCompressor.i
Normal file
6
library/bindings/MinizCompressor.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module MinizCompressor
|
||||
%{
|
||||
#include "MinizCompressor.h"
|
||||
%}
|
||||
|
||||
%include "MinizCompressor.h"
|
Reference in New Issue
Block a user