1 #ifndef MAP_SELECTOR_H 2 #define MAP_SELECTOR_H 1 3 4 gchar *select_map(const gchar * curmap); 5 6 #endif