#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); ms/Entrance.txtpb?h=v8.1.1' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: c74b96806641c8f8bd1e49f01f362866de146595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Entrance"
panels {
  name: "VISIBLE"
  path: "Panels/Room_1/panel_1"
  clue: "visible"
  answer: "invisible"
  symbols: SUN
}
ports {
  name: "ENTRY"
  display_name: "Entrance"
  path: "Components/Warps/worldport2"
  destination { x: 0 y: 0 z: -57 }
  rotation: 180
}