This commit is contained in:
2019-08-16 09:45:49 +02:00
parent e635ff035c
commit 947252c852
11 changed files with 934 additions and 1201 deletions

View File

@ -292,7 +292,7 @@ format
};
#ifdef __cplusplus
struct coordinates {
struct xy {
int x{0};
int y{0};
};