diff options
Diffstat (limited to 'wrap/otk_strut.i')
| -rw-r--r-- | wrap/otk_strut.i | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wrap/otk_strut.i b/wrap/otk_strut.i new file mode 100644 index 00000000..ae005e50 --- /dev/null +++ b/wrap/otk_strut.i @@ -0,0 +1,10 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module otk_strut + +%{ +#include "config.h" +#include "strut.hh" +%} + +%include "strut.hh" |
