#ifndef MAPDATA_H
#define MAPDATA_H
#include <stdint.h>
#include "mapstruct.h"
extern const Map *worldRPG[];
#endif