ultimatepp/uppsrc/VirtualGui/ChSysInit.cpp
cxl e7aaad2c16 CtrlLib: ScrollBar style: bgcolor
git-svn-id: svn://ultimatepp.org/upp/trunk@11998 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-17 16:41:07 +00:00

19 lines
170 B
C++

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