Start updating the library bindings
Nothing works at the moment and the bindings are likely going to have to change significantly. In the meantime just disable them by default to avoid confusion.
This commit is contained in:
9
library/bindings/Chunk.i
Normal file
9
library/bindings/Chunk.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module Chunk
|
||||
%{
|
||||
#include "Chunk.h"
|
||||
%}
|
||||
|
||||
%include "Chunk.h"
|
||||
|
||||
VOLUMETYPES(Chunk)
|
||||
|
||||
Reference in New Issue
Block a user