mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.Developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0fc3c5291e
commit
52f68cc6b4
11 changed files with 92 additions and 15 deletions
11
rainbow/SysShutdown/SysShutdown.upp
Normal file
11
rainbow/SysShutdown/SysShutdown.upp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
uses
|
||||
CtrlLib,
|
||||
WinFb;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI SSE2 WINFB",
|
||||
"" = "GUI SSE2";
|
||||
|
||||
5
rainbow/SysShutdown/init
Normal file
5
rainbow/SysShutdown/init
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifndef _SysShutdown_icpp_init_stub
|
||||
#define _SysShutdown_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "WinFb/init"
|
||||
#endif
|
||||
10
rainbow/SysShutdown/main.cpp
Normal file
10
rainbow/SysShutdown/main.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
int q = PromptYesNo("Just a test");
|
||||
DDUMP(q);
|
||||
PromptOK(AsString(q));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue