mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
13 lines
124 B
C++
13 lines
124 B
C++
#include "test2.h"
|
|
|
|
|
|
|
|
test2::test2()
|
|
{
|
|
CtrlLayout(*this, "Window title");
|
|
}
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
test2().Run();
|
|
}
|