all repos — openbox @ 700984bd150d98a6876c117c2e1b1b3c72cffce1

openbox fork - make it a bit more like ryudo

src/python.hh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
#ifndef   __python_hh
#define   __python_hh

/*! @file python.hh
  @brief Python stuff
*/

#include <python2.2/Python.h>

namespace ob {

extern "C" {

void initopenbox();

}
}

#endif // __python_hh