mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
141 B
C++
13 lines
141 B
C++
#include "EditCtrl.h"
|
|
using namespace boost::python;
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_EditCtrl()
|
|
{
|
|
ONCELOCK
|
|
{
|
|
}
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|