mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
8 lines
142 B
C++
8 lines
142 B
C++
#include "VegaMain.h"
|
|
|
|
NewTournamentDlg::NewTournamentDlg()
|
|
{ int i, j;
|
|
CtrlLayout(*this, "");
|
|
|
|
editTourn <<= TD.NAMETORNEO;
|
|
}
|