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