From 149e7c0836927e14a926a952bd1a7f0d1b49e779 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 5 May 2023 15:46:58 -0400 Subject: Organised repo --- connection_dialog.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 connection_dialog.h (limited to 'connection_dialog.h') diff --git a/connection_dialog.h b/connection_dialog.h deleted file mode 100644 index 5d2703d..0000000 --- a/connection_dialog.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef CONNECTION_DIALOG_H_E526D0E7 -#define CONNECTION_DIALOG_H_E526D0E7 - -#include - -#ifndef WX_PRECOMP -#include -#endif - -#include - -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 */ -- cgit 1.4.1