ultimatepp/uppsrc/CtrlCore/CocoChSysInit.cpp
cxl 7cfd72f778 CtrlCore: Fixed to compile as SO with mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@12998 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-14 09:05:49 +00:00

18 lines
217 B
C++

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