This commit is contained in:
Vadim Lopatin 2014-12-08 16:39:47 +03:00
parent 11a0809158
commit cc5de29b02
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ import dlangui.widgets.controls;
import dlangui.dialogs.dialog;
import dlangui.dialogs.filedlg;
import dlangide.ui.commands;
import std.conv;
enum : int {

View File

@ -4,6 +4,7 @@ import dlangui.all;
import std.stdio;
import std.conv;
import dlangide.ui.frame;
import dlangide.ui.commands;
mixin APP_ENTRY_POINT;