OSDN Git Service

EGO_XTRA_* から art_flags への変換をz_older_than()で囲んだ。また、object_type.xtra1は現在全く使われてないのでその旨を...
[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) 1989 James E. Wilson, Robert A. Koeneke
8  *
9  * This software may be copied and distributed for educational, research, and
10  * not for profit purposes provided that this copyright and statement are
11  * included in all such copies.
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);