Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
9
bindings/Chunk.i
Normal file
9
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