Fixes to allow the SWIG/Python bindings to build again.
This commit is contained in:
6
library/bindings/RLEBlockCompressor.i
Normal file
6
library/bindings/RLEBlockCompressor.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module RLEBlockCompressor
|
||||
%{
|
||||
#include "RLEBlockCompressor.h"
|
||||
%}
|
||||
|
||||
%include "RLEBlockCompressor.h"
|
Reference in New Issue
Block a user