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

4 lines
111 B
C
Raw Normal View History

2021-01-11 16:20:12 +00:00
#pragma once
int32_t world_gen(uint8_t *world, uint32_t size, uint32_t width, uint32_t height, int32_t seed);