OSDN Git Service

[Refactor] #38862 Moved floor*.c to floor/
[hengband/hengband.git] / src / floor-streams.h
diff --git a/src/floor-streams.h b/src/floor-streams.h
deleted file mode 100644 (file)
index 39a9867..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * File: streams.h
- * Purpose: header file for streams.c. This is only used in generate.c.
- */
-
-/*
- * 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.  Other copyrights may also apply.
- */
-
-
-/* Externs */
-
-extern void add_river(floor_type *floor_ptr);
-extern void build_streamer(player_type *player_ptr, FEAT_IDX feat, int chance);
-extern void place_trees(player_type *player_ptr, POSITION x, POSITION y);
-extern void destroy_level(player_type *player_ptr);