#include "world.h"
int32_t world_gen(int32_t seed, uint8_t width, uint8_t height, uint8_t *buffer, uint32_t size) {
return WORLD_ERROR_NONE;
}