#ifndef DIYAC_SEAT_H #define DIYAC_SEAT_H #include "diyac.h" void diyac_init_seat(struct diyac_server* server); #endif