From d532e4937fbf9c1d1458f9bdfb02ed54c50122c3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Mar 2024 10:31:22 -0500 Subject: Added connection history --- src/connection_dialog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/connection_dialog.h') diff --git a/src/connection_dialog.h b/src/connection_dialog.h index 5d2703d..9fe62fd 100644 --- a/src/connection_dialog.h +++ b/src/connection_dialog.h @@ -8,6 +8,7 @@ #endif #include +#include class ConnectionDialog : public wxDialog { public: @@ -22,9 +23,12 @@ class ConnectionDialog : public wxDialog { } private: + void OnOldConnectionChosen(wxCommandEvent& e); + wxTextCtrl* server_box_; wxTextCtrl* player_box_; wxTextCtrl* password_box_; + wxListBox* history_list_; }; #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */ -- cgit 1.4.1