mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
15 lines
242 B
C
15 lines
242 B
C
#ifndef _CtrlLibBoostPy_CtrlCore_h_
|
|
#define _CtrlLibBoostPy_CtrlCore_h_
|
|
|
|
#include "Common.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_Logc();
|
|
void export_LogPos();
|
|
void export_CtrlCore();
|
|
void export_TopWindow();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|