mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
16 lines
181 B
C++
16 lines
181 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#ifdef GUI_SKELETON
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void ChSysInit()
|
|
{
|
|
CtrlImg::Reset();
|
|
CtrlsImg::Reset();
|
|
ChReset();
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|