#ifndef MAPDATA_H
#define MAPDATA_H
extern Map map_level0;
extern Map map_level1;
extern Map map_level2;
extern Map map_level3;
#endif