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

%module otk_size

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

%include "size.hh"