ultimatepp/bazaar/PyTest/PyTest.h
kohait 7f2fe06635 bazaar: Python to Py rename to avoid ambiguity, Py prepare for boost use, fixes in PyConsoleCtrl to post result objects
git-svn-id: svn://ultimatepp.org/upp/trunk@3329 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-07 16:21:09 +00:00

16 lines
227 B
C++

#ifndef _PyTest_PyTest_h
#define _PyTest_PyTest_h
#include <Py/Py.h>
#include <Core/Core.h>
using namespace Upp;
void SimpleCall();
void EmbedPython();
void ExtendPython();
void DestroyNewModule();
#endif