OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband
[hengband/hengband.git] / src / streams.h
index 4bd1aed..24dd63b 100644 (file)
@@ -1,20 +1,20 @@
-/*
+/*
  * File: streams.h
  * Purpose: header file for streams.c. This is only used in generate.c.
  */
 
 /*
- * Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
+ * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
- * This software may be copied and distributed for educational, research, and
- * not for profit purposes provided that this copyright and statement are
- * included in all such copies.
+ * This software may be copied and distributed for educational, research,
+ * and not for profit purposes provided that this copyright and statement
+ * are included in all such copies.  Other copyrights may also apply.
  */
 
 
 /* Externs */
 
-extern void add_river(int feat1, int feat2);
-extern void build_streamer(int feat, int chance);
-extern void place_trees(int x,int y);
+extern void add_river(IDX feat1, IDX feat2);
+extern void build_streamer(IDX feat, int chance);
+extern void place_trees(POSITION x, POSITION y);
 extern void destroy_level(void);