Fixes to allow the SWIG/Python bindings to build again.

This commit is contained in:
David Williams
2013-08-01 16:08:44 +02:00
parent dcf86a905c
commit e485265dd8
10 changed files with 52 additions and 15 deletions

View File

@ -0,0 +1,6 @@
%module RLEBlockCompressor
%{
#include "RLEBlockCompressor.h"
%}
%include "RLEBlockCompressor.h"