about summary refs log tree commit diff stats
path: root/data/maps/the_perceptive/rooms/Main Area.txtpb
blob: 449bd4db835d6ebf179a74af4311762483f8a722 (plain) (generated by cgit-pink 1.4.1 (git 2.36.1) at 2026-03-05 01:00:24 +0000
>{ public: virtual bool OnInit() { GetTrackerConfig().Load(); TrackerFrame *frame = new TrackerFrame(); frame->Show(true); return true; } bool OnExceptionInMainLoop() override { try { throw; } catch (const std::exception& ex) { wxLogError(ex.what()); } return false; } }; wxIMPLEMENT_APP(TrackerApp);