ultimatepp/rainbow/VirtualGui/ChSysInit.cpp
cxl de0b2d80a4 developing VirtualGui
git-svn-id: svn://ultimatepp.org/upp/trunk@11906 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-23 14:36:55 +00:00

21 lines
211 B
C++

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