Update worldgen exporter features
This commit is contained in:
@@ -80,5 +80,7 @@ void worldgen_init(worldgen_ctx *ctx, int world_seed, int sea_level, int snow_li
|
||||
void worldgen_generate_chunk(worldgen_ctx *ctx, int chunk_x, int chunk_z, chunk_data *out);
|
||||
void worldgen_prepass(worldgen_ctx *ctx, int min_x, int max_x, int min_z, int max_z);
|
||||
void worldgen_free_trails(worldgen_ctx *ctx);
|
||||
int worldgen_debug_biome(worldgen_ctx *ctx, int x, int z);
|
||||
double worldgen_debug_redwood_mask(worldgen_ctx *ctx, int x, int z);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user