summaryrefslogtreecommitdiff
path: root/include/map.h
blob: 1bef31335fa0588659cfb45108584cc4bc7dfb7e (plain)
1
2
3
4
5
6
7
8
#include "types.h"

#ifndef MAP_H
#define MAP_H

extern const int map1[9][20];

#endif // MAP_H