eco2d/code/apps/server/header/world_gen.h

4 lines
111 B
C

#pragma once
int32_t world_gen(uint8_t *world, uint32_t size, uint32_t width, uint32_t height, int32_t seed);