]> icculus.org git repositories - mikachu/openbox.git/blob - src/python.hh
python has begun!
[mikachu/openbox.git] / src / python.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef   __python_hh
3 #define   __python_hh
4
5 /*! @file python.hh
6   @brief Python stuff
7 */
8
9 #include <python2.2/Python.h>
10
11 namespace ob {
12
13 extern "C" {
14
15 void initopenbox();
16
17 }
18 }
19
20 #endif // __python_hh