Merge pull request #596 from BoQsc/patch-2

(Tetris Example) Error: min is not defined, perhaps import std.algorithm; is needed?
This commit is contained in:
Vadim Lopatin 2020-07-28 12:08:10 +03:00 committed by GitHub
commit 2700d6ef21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ module gui;
import model;
import dlangui;
import std.algorithm;
/// game action codes
enum TetrisAction : int {