
2 changed files with 22 additions and 0 deletions
@ -1,12 +1,14 @@ |
|||
#pragma once |
|||
|
|||
#include <boost/python.hpp> |
|||
#include <pEp/pEpEngine.h> |
|||
|
|||
namespace pEp { |
|||
namespace PythonAdapter { |
|||
using namespace std; |
|||
|
|||
const char *version_string = "p≡p Python adapter version 0.1"; |
|||
extern PEP_SESSION session; |
|||
} |
|||
} |
|||
|
|||
|
Loading…
Reference in new issue