mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
14 lines
191 B
C++
14 lines
191 B
C++
#include "beta.h"
|
|
|
|
#define IMAGEFILE <beta/beta.iml>
|
|
#include <Draw/iml_source.h>
|
|
|
|
beta::beta()
|
|
{
|
|
CtrlLayoutOKCancel(*this, "Window title");
|
|
}
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
beta().Run();
|
|
}
|