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/Compressor.i
Normal file
6
library/bindings/Compressor.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module Compressor
|
||||
%{
|
||||
#include "Compressor.h"
|
||||
%}
|
||||
|
||||
%include "Compressor.h"
|
Reference in New Issue
Block a user