mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
17 lines
199 B
C++
17 lines
199 B
C++
#include "CtrlLibBoostPy.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_CtrlLib()
|
|
{
|
|
ONCELOCK
|
|
{
|
|
export_Core();
|
|
|
|
export_CtrlCore();
|
|
export_SliderCtrl();
|
|
export_ValueCtrl();
|
|
}
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|