aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialog.cpp')
-rw-r--r--src/game_tab/editor/LiveEngineDialog.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game_tab/editor/LiveEngineDialog.cpp b/src/game_tab/editor/LiveEngineDialog.cpp
new file mode 100644
index 0000000..9c5c43c
--- /dev/null
+++ b/src/game_tab/editor/LiveEngineDialog.cpp
@@ -0,0 +1,7 @@
+#include "LiveEngineDialog.hpp"
+
+LiveEngineDialog::LiveEngineDialog(wxWindow *parent)
+ : LiveEngineDialogFB(parent) {
+ lines_list->InsertColumn(0, "#");
+ lines_list->InsertColumn(1, "Moves",wxLIST_FORMAT_LEFT, 500);
+} \ No newline at end of file