.Developing rainbow - framebuffer

git-svn-id: svn://ultimatepp.org/upp/trunk@3542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-06-17 11:45:13 +00:00
parent 4166785160
commit 91a6a9b382
26 changed files with 1998 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#include <CtrlCore/CtrlCore.h>
#ifdef GUI_EMPTY
NAMESPACE_UPP
#define LLOG(x)
void SystemDraw::DrawTextOp(int x, int y, int angle, const wchar *text, Font font, Color ink,
int n, const int *dx) {
Std(font);
}
END_UPP_NAMESPACE
#endif