eco2d/code/foundation/src/world/worldgen.h

5 lines
80 B
C
Raw Normal View History

2021-05-12 14:02:12 +00:00
#pragma once
#include "platform/system.h"
2021-05-12 14:02:12 +00:00
2022-09-28 05:29:32 +00:00
int32_t worldgen_build(void *world);