mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
9 lines
201 B
C++
9 lines
201 B
C++
#include <Topic/Topic.h>
|
|
|
|
#define TOPICFILE <TopicTest/res.tpp/all.i>
|
|
#include <Core/topic_group.h>
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
DUMP(Format(GetTopic("topic://TopicTest/res/test$IT-IT").text, "Test"));
|
|
}
|