mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
.Developing rainbow - framebuffer
git-svn-id: svn://ultimatepp.org/upp/trunk@3542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4166785160
commit
91a6a9b382
26 changed files with 1998 additions and 0 deletions
16
rainbow/Framebuffer/ChSysInit.cpp
Normal file
16
rainbow/Framebuffer/ChSysInit.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
#ifdef GUI_EMPTY
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
void ChSysInit()
|
||||
{
|
||||
CtrlImg::Reset();
|
||||
CtrlsImg::Reset();
|
||||
ChReset();
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue