DEV: 2nd version of the assignment (the code part)

This commit is contained in:
2020-12-07 15:32:28 +02:00
parent d581bd6c02
commit a4d5299514
4 changed files with 218 additions and 79 deletions
+1
View File
@@ -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;
}
/**