summaryrefslogtreecommitdiff
path: root/wrap/otk_point.i
blob: 6e2fc6f162d4c694b0c2eb88b5869ae8f6f5a9e6 (plain)
1
2
3
4
5
6
7
8
9
10
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

%module otk_point

%{
#include "config.h"
#include "point.hh"
%}

%include "point.hh"