]> icculus.org git repositories - mikachu/openbox.git/blob - wrap/otk_point.i
rm the old code including the .pys and the c++ shit
[mikachu/openbox.git] / wrap / otk_point.i
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
3 %module otk_point
4
5 %{
6 #include "config.h"
7 #include "point.hh"
8 %}
9
10 %include "point.hh"