OSDN Git Service

#37287 (2.2.0.40) cmd1.c内のC4457警告に対応。 / Deal C4457 warning in cmd1.c.
[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(int feat1, int feat2);
18 extern void build_streamer(int feat, int chance);
19 extern void place_trees(int x,int y);
20 extern void destroy_level(void);