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