about summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/rooms/Hidden Room.txtpb
blob: 61f2e4dd24559c889fd039220158d00ddcd17376 (plain) (blame)
1
2
3
4
5
6
7
8
name: "Hidden Room"
panels {
  name: "HIDDEN"
  path: "Panels/panel_3"
  clue: "hidden"
  answer: "hi"
  symbols: SPARKLES
}
class="w"> <wx/wx.h> #endif #include <string> class ConnectionDialog : public wxDialog { public: ConnectionDialog(); std::string GetServerValue() { return server_box_->GetValue().ToStdString(); } std::string GetPlayerValue() { return player_box_->GetValue().ToStdString(); } std::string GetPasswordValue() { return password_box_->GetValue().ToStdString(); } private: wxTextCtrl* server_box_; wxTextCtrl* player_box_; wxTextCtrl* password_box_; }; #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */