mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
13 lines
209 B
C
13 lines
209 B
C
#ifndef _CtrlLibBoostPy_ValueCtrl_h_
|
|
#define _CtrlLibBoostPy_ValueCtrl_h_
|
|
|
|
#include "Common.h"
|
|
#include <ValueCtrl/ValueCtrl.h>
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_ValueCtrl();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|