eiger python

This commit is contained in:
Erik Frojdh
2019-10-08 12:15:57 +02:00
parent b318f8126d
commit 87aa5099f2
5 changed files with 195 additions and 3 deletions

View File

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