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