first commit

This commit is contained in:
murdle
2026-03-01 02:38:58 +02:00
commit 19250b9db4
19111 changed files with 4358159 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
#pragma once
#include "AddIslandLayer.h"
#include "AddMushroomIslandLayer.h"
#include "AddSnowLayer.h"
#include "BiomeInitLayer.h"
#include "DownfallLayer.h"
#include "DownfallMixerLayer.h"
#include "FlatLayer.h"
#include "FuzzyZoomLayer.h"
#include "IntCache.h"
#include "IslandLayer.h"
#include "Layer.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"