#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); /maps/control_center/rooms/Between Entrance.txtpb?h=client-v6.7' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: 2c21bdd1716110a4a5e2a848c5a25ded7726731b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: "Between Entrance"
panels {
  name: "RIGHT"
  path: "Panels/Hallway Right/entry_4"
  clue: "right"
  answer: "left"
  symbols: SUN
}
ports {
  name: "BETWEEN"
  path: "Components/Warps/worldport5"
}