ultimatepp/reference/Topic/Topic.cpp
cxl 7af925116e .reference
git-svn-id: svn://ultimatepp.org/upp/trunk@11508 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-02 12:49:09 +00:00

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();
}