mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
13 lines
246 B
C
13 lines
246 B
C
#ifndef _BoostPyTest_PyConsoleCtrl_h_
|
|
#define _BoostPyTest_PyConsoleCtrl_h_
|
|
|
|
#include <CtrlLibBoostPy/CtrlLibBoostPy.h>
|
|
#include <PyConsoleCtrl/PyConsoleCtrl.h>
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_PyConsoleCtrl();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|