Merge pull request #31 from Cuyler36/m_field_assessment

Partial match m_field_assessment.c
This commit is contained in:
Prakxo
2023-05-14 19:36:53 +02:00
committed by GitHub
10 changed files with 868 additions and 5 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ typedef struct xy_s {
f32 x, y;
} xy_t;
typedef struct xyz_t {
typedef struct xyz_s {
f32 x, y, z;
} xyz_t;
typedef struct s_xyz {
typedef struct s_xyz_s {
s16 x, y, z;
} s_xyz;