OSDN Git Service

メールアドレス更新。
[hengband/hengband.git] / src / rooms.h
1 /*
2  * File: rooms.h
3  * Purpose: Header file for rooms.c, used only in generate.c
4  */
5
6 /*
7  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
8  *
9  * This software may be copied and distributed for educational, research,
10  * and not for profit purposes provided that this copyright and statement
11  * are included in all such copies.  Other copyrights may also apply.
12  */
13
14
15 /* Externs */
16 #ifdef ALLOW_CAVERNS_AND_LAKES
17 extern void build_lake(int type);
18 extern void build_cavern(void);
19 #endif /* ALLOW_CAVERNS_AND_LAKES */
20
21 extern bool room_build(int y0, int x0, int typ);
22 extern void build_maze_vault(int x0, int y0, int xsize, int ysize, bool is_vault);