1 2 3 4 5 6 7 8
#include "types.h" #include <string.h> #ifndef MAP_H #define MAP_H extern const int map1[9][40]; #endif // MAP_H