ultimatepp/bazaar/PyTest/PyTest.h
kohait 6ecf478516 bazaar: Python: some python test cases, very basic and alpha
git-svn-id: svn://ultimatepp.org/upp/trunk@3319 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-30 21:04:06 +00:00

18 lines
300 B
C++

#ifndef _PyTest_PyTest_h
#define _PyTest_PyTest_h
//must go first cause has some preprocessor things, says docu
#include <Python/Python.h>
#include <Core/Core.h>
using namespace Upp;
void SimpleCall();
void EmbedPython();
void ExtendPython();
void DestroyNewModule();
#endif