DEV: 2nd version of the assignment (the code part)
This commit is contained in:
@@ -57,6 +57,7 @@ class DirRange {
|
||||
static final int Begin =1; /**< Iterator style begin of range direction (starting north) */
|
||||
static final int End =8; /**< Iterator style end of range direction (one place after the last) */
|
||||
static final int Step =2; /**< Step for iterator style direction */
|
||||
static final int numOfDirections =4;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user