ultimatepp/rainbow/Turtle/ChSysInit.cpp
cxl f8ea64c209 .Developing TURTLE
git-svn-id: svn://ultimatepp.org/upp/trunk@6713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-01 18:38:55 +00:00

21 lines
211 B
C++

#include "Local.h"
#ifdef GUI_TURTLE
NAMESPACE_UPP
void ChSysInit()
{
CtrlImg::Reset();
CtrlsImg::Reset();
ChReset();
}
void ChHostSkin()
{
ChSysInit();
}
END_UPP_NAMESPACE
#endif