mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-19 18:42:53 +00:00
37 lines
913 B
C
37 lines
913 B
C
#pragma once
|
|
|
|
#include "AddIslandLayer.h"
|
|
#include "AddEdgeLayer.h"
|
|
#include "AddMushroomIslandLayer.h"
|
|
#include "AddSnowLayer.h"
|
|
#include "BiomeInitLayer.h"
|
|
#include "DownfallLayer.h"
|
|
#include "DownfallMixerLayer.h"
|
|
#include "FlatLayer.h"
|
|
#include "FuzzyZoomLayer.h"
|
|
#include "DeepOceanLayer.h"
|
|
#include "IntCache.h"
|
|
#include "IslandLayer.h"
|
|
#include "Layer.h"
|
|
#include "RemoveTooMuchOceanLayer.h"
|
|
#include "RareBiomeLayer.h"
|
|
#include "RiverInitLayer.h"
|
|
#include "RiverLayer.h"
|
|
#include "RiverMixerLayer.h"
|
|
#include "ShoreLayer.h"
|
|
#include "SmoothLayer.h"
|
|
#include "SmoothZoomLayer.h"
|
|
#include "TemperatureLayer.h"
|
|
#include "TemperatureMixerLayer.h"
|
|
#include "VoronoiZoom.h"
|
|
#include "ZoomLayer.h"
|
|
#include "GrowMushroomIslandLayer.h" // 4J added
|
|
|
|
// 1.1.
|
|
#include "RegionHillsLayer.h"
|
|
#include "SwampRiversLayer.h"
|
|
|
|
#include "RareBiomeSpotLayer.h"
|
|
#include "BiomeEdgeLayer.h"
|
|
#include "ImposeContinentsLayer.h"
|