9 lines
88 B
OpenEdge ABL
9 lines
88 B
OpenEdge ABL
%module Picking
|
|
%{
|
|
#include "Picking.h"
|
|
%}
|
|
|
|
%include "Picking.h"
|
|
|
|
EXTRACTORS(pickVoxel)
|