summaryrefslogtreecommitdiff
path: root/include/map.h
blob: e81f1908105bb2b947b2d92b21d38c00a33eb88c (plain)
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