@@ -0,0 +1,9 @@
struct vec3 {
float x, y, z;
};
typedef struct vec3 vec3;
struct triangle {
vec3 a, b, c;
vec3 normal;
}; typedef struct triangle triangle;
The note is not visible to the blocked user.