From ddc3964ed95d01e72229dc9af968a327cd84e56c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 1 Oct 2004 13:21:35 +0000 Subject: - add python, missing gui - remove console (needs to be rewritten anyway) - eString -> std::string --- lib/python/python.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/python/python.h (limited to 'lib/python/python.h') diff --git a/lib/python/python.h b/lib/python/python.h new file mode 100644 index 00000000..bde18146 --- /dev/null +++ b/lib/python/python.h @@ -0,0 +1,16 @@ +#ifndef __lib_python_python_h +#define __lib_python_python_h + +#include + +class ePython +{ +public: + ePython(); + ~ePython(); + int execute(const std::string &pythonfile, const std::string &funcname); +private: + +}; + +#endif -- cgit v1.2.3