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

#ifndef MAP_H
#define MAP_H

extern const int map1[7][20];

#endif // MAP_H