OSDN Git Service

It's not currently used in hengband, but bring over the change to mouse event handlin...
[hengbandforosx/hengbandosx.git] / src / floor-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);