]> Dogcows Code - chaz/openbox/blob - src/python.hh
code reorganize
[chaz/openbox] / 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
This page took 0.032832 seconds and 4 git commands to generate.