typedef struct
{
uint8_t x;
uint8_t y;
uint8_t strength;
} brick_t;
void brick_damage (brick_t *in_brick);