OSDN Git Service

v3.0.0 Alpha5 OSDN最終版
[hengband/hengband.git] / src / rooms-pitnest.h
diff --git a/src/rooms-pitnest.h b/src/rooms-pitnest.h
deleted file mode 100644 (file)
index 3795c45..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-/*! デバッグ時にnestのモンスター情報を確認するための構造体 / A struct for nest monster information with cheat_hear */
-typedef struct
-{
-       MONRACE_IDX r_idx;
-       bool used;
-}
-nest_mon_info_type;
-
-extern bool build_type5(player_type *player_ptr);
-extern bool build_type6(player_type *player_ptr);
-extern bool build_type13(player_type *player_ptr);