mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
219 B
C++
13 lines
219 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define TOPICFILE <Topic/app.tpp/all.i>
|
|
#include <Core/topic_group.h>
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
HelpWindow help;
|
|
help.GoTo("topic://Topic/app/main_en-us");
|
|
help.Execute();
|
|
}
|