aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialogFB.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-27 16:19:26 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-27 16:19:26 +0100
commit5f209bd1d566adc21b061633781cbe54eb72648a (patch)
tree2f0b7af8f875b533d9ef59561f1b3abcf2d5d415 /src/game_tab/editor/LiveEngineDialogFB.h
parent711fce41c7a9a0843bb59d23ead830ad89b8a903 (diff)
Create live engine dialog
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialogFB.h')
-rw-r--r--src/game_tab/editor/LiveEngineDialogFB.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/game_tab/editor/LiveEngineDialogFB.h b/src/game_tab/editor/LiveEngineDialogFB.h
new file mode 100644
index 0000000..10448c6
--- /dev/null
+++ b/src/game_tab/editor/LiveEngineDialogFB.h
@@ -0,0 +1,44 @@
+///////////////////////////////////////////////////////////////////////////
+// C++ code generated with wxFormBuilder (version 3.10.1-40-g8042f487)
+// http://www.wxformbuilder.org/
+//
+// PLEASE DO *NOT* EDIT THIS FILE!
+///////////////////////////////////////////////////////////////////////////
+
+#pragma once
+
+#include <wx/artprov.h>
+#include <wx/xrc/xmlres.h>
+#include <wx/string.h>
+#include <wx/stattext.h>
+#include <wx/gdicmn.h>
+#include <wx/font.h>
+#include <wx/colour.h>
+#include <wx/settings.h>
+#include <wx/sizer.h>
+#include <wx/listbox.h>
+#include <wx/dialog.h>
+
+///////////////////////////////////////////////////////////////////////////
+
+
+///////////////////////////////////////////////////////////////////////////////
+/// Class LiveEngineDialogFB
+///////////////////////////////////////////////////////////////////////////////
+class LiveEngineDialogFB : public wxDialog
+{
+ private:
+
+ protected:
+ wxStaticText* current_engine_label;
+ wxStaticText* current_engine;
+ wxListBox* lines_list;
+
+ public:
+
+ LiveEngineDialogFB( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE );
+
+ ~LiveEngineDialogFB();
+
+};
+