OSDN Git Service

max_quests を max_q_idx に改名。BGM選択時クエストの参照処理を修正。 / Rename max_quest to man_q_idx, Fix...
[hengband/hengband.git] / src / streams.h
1 /*
2  * File: streams.h
3  * Purpose: header file for streams.c. This is only used 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
17 extern void add_river(IDX feat1, IDX feat2);
18 extern void build_streamer(IDX feat, int chance);
19 extern void place_trees(POSITION x, POSITION y);
20 extern void destroy_level(void);