#include "bar.h" struct Bar bar_init(int x) { return (struct Bar){ .x = x, .y = BAR_Y, .height = BAR_HEIGHT, .fill = BAR_BASE_FILL, }; }