mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
21 lines
211 B
C++
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
|