cleanup
parent
00b353130d
commit
b9b82ba6e6
|
@ -10,7 +10,6 @@ add_executable(eco2d-server
|
||||||
header/perlin.h
|
header/perlin.h
|
||||||
header/options.h
|
header/options.h
|
||||||
header/world.h
|
header/world.h
|
||||||
header/world_gen.h
|
|
||||||
header/blocks.h
|
header/blocks.h
|
||||||
header/blocks_info.h
|
header/blocks_info.h
|
||||||
)
|
)
|
||||||
|
|
|
@ -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);
|
|
Loading…
Reference in New Issue