#ifndef MAP_H #define MAP_H char readmap(int x, int y); int render_map(void); #endif