diff options
Diffstat (limited to 'include/map.h')
-rw-r--r-- | include/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/map.h b/include/map.h index 1bef313..e81f190 100644 --- a/include/map.h +++ b/include/map.h @@ -1,8 +1,8 @@ #include "types.h" +#include <string.h> #ifndef MAP_H #define MAP_H -extern const int map1[9][20]; - +extern const int map1[9][40]; #endif // MAP_H |