This commit is contained in:
2019-10-08 17:17:44 +02:00
6 changed files with 663 additions and 521 deletions

View File

@ -297,8 +297,8 @@ format
#ifdef __cplusplus
struct xy {
int x{0};
int y{0};
int x;
int y;
};
#endif
/**