mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
9 lines
117 B
C++
9 lines
117 B
C++
#include "Py.h"
|
|
#ifdef flagBOOSTPY
|
|
using namespace boost::python;
|
|
#endif
|
|
|
|
NAMESPACE_UPP
|
|
|
|
END_UPP_NAMESPACE
|
|
|