aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialog.cpp
blob: 9c5c43c6ca7ff078f89e1e2d7ae8ff3730dc4184 (plain)
1
2
3
4
5
6
7
#include "LiveEngineDialog.hpp"

LiveEngineDialog::LiveEngineDialog(wxWindow *parent)
    : LiveEngineDialogFB(parent) {
  lines_list->InsertColumn(0, "#");
  lines_list->InsertColumn(1, "Moves",wxLIST_FORMAT_LEFT, 500);
}