From 700984bd150d98a6876c117c2e1b1b3c72cffce1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 19 Dec 2002 23:54:41 +0000 Subject: python has begun! --- src/python.hh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/python.hh (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh new file mode 100644 index 00000000..61272a81 --- /dev/null +++ b/src/python.hh @@ -0,0 +1,20 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- +#ifndef __python_hh +#define __python_hh + +/*! @file python.hh + @brief Python stuff +*/ + +#include + +namespace ob { + +extern "C" { + +void initopenbox(); + +} +} + +#endif // __python_hh -- cgit v1.2.3