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