#ifndef map_h #define map_h typedef struct Map { int w, h; } Map; #endif