all repos — openbox @ df3d926cb2da067f323d3fd839bbcd759ddf92c4

openbox fork - make it a bit more like ryudo

wrap/otk_point.i (raw)

1
2
3
4
5
6
7
8
9
10
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

%module otk_point

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

%include "point.hh"