2ff54d9430ef1ade3fcdbbe3c31a720435344899
[mikachu/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"