mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-23 22:03:33 -06:00
14 lines
216 B
C
14 lines
216 B
C
#ifndef _CtrlLibBoostPy_CtrlCore_h_
|
|
#define _CtrlLibBoostPy_CtrlCore_h_
|
|
|
|
#include "Common.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_Logc();
|
|
void export_LogPos();
|
|
void export_CtrlCore();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|