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