#include "layers.h" #include "wall.h" #include void wall_init(struct Wall *restrict w, int x, int y, int width, int height) { entity_init(w, x, y, 0, 0, width, height, L_SOLID, C_DARK); }