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

9
library/bindings/Block.i Normal file
View File

@ -0,0 +1,9 @@
%module Block
%{
#include "Block.h"
%}
%include "Block.h"
VOLUMETYPES(Block)