Added WL1 map parsing

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 16:04:14 +01:00
parent 8f67d8de44
commit 8ecc8e2fd4
11 changed files with 612 additions and 337 deletions

1
lib/classes/matrix.dart Normal file
View File

@@ -0,0 +1 @@
typedef Matrix<T> = List<List<T>>;