@@ -8,8 +8,15 @@ typedef struct {
} Position;
typedef struct {
Position ball_pos;
Position bouncer_pos;
struct {
unsigned radius;
Position pos;
} ball;
unsigned width;
} bouncer;
} Level;
The note is not visible to the blocked user.