.developing rainbow

git-svn-id: svn://ultimatepp.org/upp/trunk@3696 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-07-22 13:45:48 +00:00
parent eb99c1074e
commit 2a834f47e5
8 changed files with 135 additions and 50 deletions

View file

@ -11,6 +11,11 @@ void ChSysInit()
ChReset();
}
void ChHostSkin()
{
ChSysInit();
}
END_UPP_NAMESPACE
#endif