/* * Copyright (C) 2002-2007 The Warp Rogue Team * Part of the Warp Rogue Project * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License. * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. * * See the license.txt file for more details. */ /* * Module Name: WorldGeneration * Description: - */ #include "dungeon.h" #include "cave.h" void world_generation(void); void add_connections(const AREA_SECTION *, const char *, const char * ); void add_environment(const char *, const char *); void build_gate(AREA_POINT *, AREA_COORD, AREA_COORD); bool spawn_npc(const char *);