#ifndef WORLD_GENERATOR_H #define WORLD_GENERATOR_H #include "common/world/World.h" namespace WorldGenerator { void generate(World& world); } #endif