isolation_bkp/dynres
Dominik Madarász 2021-01-11 18:42:03 +01:00
parent 00b353130d
commit b9b82ba6e6
2 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@ add_executable(eco2d-server
header/perlin.h
header/options.h
header/world.h
header/world_gen.h
header/blocks.h
header/blocks_info.h
)

View File

@ -1,3 +0,0 @@
#pragma once
int32_t world_gen(uint8_t *world, uint32_t size, uint32_t width, uint32_t height, int32_t seed);