mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
12 lines
173 B
C++
12 lines
173 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#include "AppWindow.h"
|
|
|
|
using namespace Upp;
|
|
|
|
#ifndef flagTESTING_GTEST_UI_EXAMPLE
|
|
GUI_APP_MAIN
|
|
{
|
|
AppWindow().Run();
|
|
}
|
|
#endif
|