diff options
Diffstat (limited to 'wrap/otk_point.i')
| -rw-r--r-- | wrap/otk_point.i | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wrap/otk_point.i b/wrap/otk_point.i new file mode 100644 index 00000000..6e2fc6f1 --- /dev/null +++ b/wrap/otk_point.i @@ -0,0 +1,10 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module otk_point + +%{ +#include "config.h" +#include "point.hh" +%} + +%include "point.hh" |
