about summary refs log tree commit diff stats
path: root/data/maps/the_wondrous/rooms/Regular.txtpb
blob: 65df0297e5e7ff0b901a89756032d4360accbc26 (plain) (blame)
1
2
3
4
5
6
7
8
name: "Regular"
panels {
  name: "SHRINK"
  path: "Panels/panel_2"
  clue: "shrink"
  answer: "shrink"
  display_name: "SHRINK (1)"
}
pan class="w"> : public wxApp { 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);