#include "map.h" int map_size(int w, int h) { return sizeof(Map) + w * h * sizeof(Map_Tile); }