#include "map_id.h"

struct Translator
{
	map_id type;
	const char* name;
};

Translator table[] = {
	{mapAny,"mapAny"},
	{mapNone,"mapNone"},
	{mapCargoTruck,"mapCargoTruck"},
	{mapConVec,"mapConVec"},
	{mapSpider,"mapSpider"},
	{mapScorpion,"mapScorpion"},
	{mapLynx,"mapLynx"},
	{mapPanther,"mapPanther"},
	{mapTiger,"mapTiger"},
	{mapRoboSurveyor,"mapRoboSurveyor"},
	{mapRoboMiner,"mapRoboMiner"},
	{mapGeoCon,"mapGeoCon"},
	{mapScout,"mapScout"},
	{mapRoboDozer,"mapRoboDozer"},
	{mapEvacuationTransport,"mapEvacuationTransport"},
	{mapRepairVehicle,"mapRepairVehicle"},
	{mapEarthworker,"mapEarthworker"},
	{mapSmallCapacityAirTransport,"mapSmallCapacityAirTransport"},
	{mapTube,"mapTube"},
	{mapWall,"mapWall"},
	{mapLavaWall,"mapLavaWall"},
	{mapMicrobeWall,"mapMicrobeWall"},
	{mapCommonOreMine,"mapCommonOreMine"},
	{mapRareOreMine,"mapRareOreMine"},
	{mapGuardPost,"mapGuardPost"},
	{mapLightTower,"mapLightTower"},
	{mapCommonStorage,"mapCommonStorage"},
	{mapRareStorage,"mapRareStorage"},
	{mapForum,"mapForum"},
	{mapCommandCenter,"mapCommandCenter"},
	{mapMHDGenerator,"mapMHDGenerator"},
	{mapResidence,"mapResidence"},
	{mapRobotCommand,"mapRobotCommand"},
	{mapTradeCenter,"mapTradeCenter"},
	{mapBasicLab,"mapBasicLab"},
	{mapMedicalCenter,"mapMedicalCenter"},
	{mapNursery,"mapNursery"},
	{mapSolarPowerArray,"mapSolarPowerArray"},
	{mapRecreationFacility,"mapRecreationFacility"},
	{mapUniversity,"mapUniversity"},
	{mapAgridome,"mapAgridome"},
	{mapDIRT,"mapDIRT"},
	{mapGarage,"mapGarage"},
	{mapMagmaWell,"mapMagmaWell"},
	{mapMeteorDefense,"mapMeteorDefense"},
	{mapGeothermalPlant,"mapGeothermalPlant"},
	{mapArachnidFactory,"mapArachnidFactory"},
	{mapConsumerFactory,"mapConsumerFactory"},
	{mapStructureFactory,"mapStructureFactory"},
	{mapVehicleFactory,"mapVehicleFactory"},
	{mapStandardLab,"mapStandardLab"},
	{mapAdvancedLab,"mapAdvancedLab"},
	{mapObservatory,"mapObservatory"},
	{mapReinforcedResidence,"mapReinforcedResidence"},
	{mapAdvancedResidence,"mapAdvancedResidence"},
	{mapCommonOreSmelter,"mapCommonOreSmelter"},
	{mapSpaceport,"mapSpaceport"},
	{mapRareOreSmelter,"mapRareOreSmelter"},
	{mapGORF,"mapGORF"},
	{mapTokamak,"mapTokamak"},
	{mapAcidCloud,"mapAcidCloud"},
	{mapEMP,"mapEMP"},
	{mapLaser,"mapLaser"},
	{mapMicrowave,"mapMicrowave"},
	{mapRailGun,"mapRailGun"},
	{mapRPG,"mapRPG"},
	{mapStarflare,"mapStarflare"},
	{mapSupernova,"mapSupernova"},
	{mapStarflare2,"mapStarflare2"},
	{mapSupernova2,"mapSupernova2"},
	{mapESG,"mapESG"},
	{mapStickyfoam,"mapStickyfoam"},
	{mapThorsHammer,"mapThorsHammer"},
	{mapEnergyCannon,"mapEnergyCannon"},
	{mapBlast,"mapBlast"},
	{mapLightning,"mapLightning"},
	{mapVortex,"mapVortex"},
	{mapEarthquake,"mapEarthquake"},
	{mapEruption,"mapEruption"},
	{mapMeteor,"mapMeteor"},
	{mapMiningBeacon,"mapMiningBeacon"},
	{mapMagmaVent,"mapMagmaVent"},
	{mapFumarole,"mapFumarole"},
	{mapWreckage,"mapWreckage"},
	{mapDisasterousBuildingExplosion,"mapDisasterousBuildingExplosion"},
	{mapCatastrophicBuildingExplosion,"mapCatastrophicBuildingExplosion"},
	{mapAtheistBuildingExplosion,"mapAtheistBuildingExplosion"},
	{mapEDWARDSatellite,"mapEDWARDSatellite"},
	{mapSolarSatellite,"mapSolarSatellite"},
	{mapIonDriveModule,"mapIonDriveModule"},
	{mapFusionDriveModule,"mapFusionDriveModule"},
	{mapCommandModule,"mapCommandModule"},
	{mapFuelingSystems,"mapFuelingSystems"},
	{mapHabitatRing,"mapHabitatRing"},
	{mapSensorPackage,"mapSensorPackage"},
	{mapSkydock,"mapSkydock"},
	{mapStasisSystems,"mapStasisSystems"},
	{mapOrbitalPackage,"mapOrbitalPackage"},
	{mapPhoenixModule,"mapPhoenixModule"},
	{mapRareMetalsCargo,"mapRareMetalsCargo"},
	{mapCommonMetalsCargo,"mapCommonMetalsCargo"},
	{mapFoodCargo,"mapFoodCargo"},
	{mapEvacuationModule,"mapEvacuationModule"},
	{mapChildrenModule,"mapChildrenModule"},
	{mapSULV,"mapSULV"},
	{mapRLV,"mapRLV"},
	{mapEMPMissile,"mapEMPMissile"},
	{mapImpulseItems,"mapImpulseItems"},
	{mapWares,"mapWares"},
	{mapLuxuryWares,"mapLuxuryWares"},
	{mapInterColonyShuttle,"mapInterColonyShuttle"},
	{mapSpider3Pack,"mapSpider3Pack"},
	{mapScorpion3Pack,"mapScorpion3Pack"},
	{mapPrettyArt,"mapPrettyArt"}
};