can see the star-map

This commit is contained in:
Tenari
2026-02-14 14:17:16 -06:00
parent 7e5aa71273
commit f0a8de1228
7 changed files with 218 additions and 19 deletions
+5
View File
@@ -331,6 +331,11 @@ typedef struct Dim2 {
u16 width;
} Dim2;
typedef struct Pos2u8 {
u8 x;
u8 y;
} Pos2u8;
typedef struct Pos2 {
u16 x;
u16 y;