#include #ifndef WX_PRECOMP #include #endif #include "tracker_config.h" #include "tracker_frame.h" class TrackerApp : public wxApp { public: virtual bool OnInit() { GetTrackerConfig().Load(); TrackerFrame *frame = new TrackerFrame(); frame->Show(true); return true; } }; wxIMPLEMENT_APP(TrackerApp); ata/maps/the_unkempt/rooms/Control Center Entrance.txtpb?h=v9.1.0' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: e8fa13a2a9f483a13f342c2765f1d8df9a73a74c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: "Control Center Entrance"
panels {
  name: "RETURN"
  path: "Panels/Entry/panel_1"
  clue: "return"
  answer: "turn"
  symbols: SPARKLES
}
ports {
  name: "CC"
  path: "Components/Warps/worldport2"
}