Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
8
bindings/Picking.i
Normal file
8
bindings/Picking.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module Picking
|
||||
%{
|
||||
#include "Picking.h"
|
||||
%}
|
||||
|
||||
%include "Picking.h"
|
||||
|
||||
EXTRACTORS(pickVoxel)
|
Reference in New Issue
Block a user