mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
30 lines
371 B
Text
30 lines
371 B
Text
description "Paint method and Draw example\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
RichEdit;
|
|
|
|
uses(SKELETON) Skeleton;
|
|
|
|
uses(WINALT) WinAlt;
|
|
|
|
uses(WINFB) WinFb;
|
|
|
|
uses(LINUXFB) LinuxFb;
|
|
|
|
uses(SDLFB) SDLFb;
|
|
|
|
uses(WINGL) WinGl;
|
|
|
|
file
|
|
Draw.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI SKELETON",
|
|
"" = "GUI WINALT",
|
|
"" = "GUI WINFB",
|
|
"" = "GUI LINUXFB",
|
|
"" = "GUI SDLFB",
|
|
"" = "GUI WINGL",
|
|
"" = "GUI";
|
|
|