mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
16 lines
227 B
C++
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
|
|
|