#include <CtrlLib/CtrlLib.h> using namespace Upp; struct MyApp : TopWindow { MyApp() { // Long lines of code... } void SomeFn() { // Long lines of code... } }; GUI_APP_MAIN { MyApp().Run(); }
struct MyApp : TopWindow {
Report message to a moderator