#include "types.h" #ifndef MAP_H #define MAP_H extern const int map1[7][20]; #endif // MAP_H