ultimatepp/uppsrc/CtrlCore/CocoChSysInit.cpp
cxl 8104c07ce4 CtrlCore: Devloping Cocoa support
git-svn-id: svn://ultimatepp.org/upp/trunk@12074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-16 12:13:43 +00:00

16 lines
181 B
C++

#include <CtrlLib/CtrlLib.h>
#ifdef GUI_SKELETON
NAMESPACE_UPP
void ChSysInit()
{
CtrlImg::Reset();
CtrlsImg::Reset();
ChReset();
}
END_UPP_NAMESPACE
#endif