#ifndef TMX_H #define TMX_H #include "map.h" struct map *tmx_load(const char *path); #endif