#define GEDENG_MAIN #include class TestApp : public Gedeng::Application { public: TestApp() = default; ~TestApp() = default; }; Gedeng::Application *Gedeng::create_application() { return new TestApp(); }