OSDN Git Service

v3.0.0 Alpha5 OSDN最終版
[hengband/hengband.git] / src / history.h
diff --git a/src/history.h b/src/history.h
deleted file mode 100644 (file)
index 34e5519..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\r
-/*!\r
-* 生い立ちメッセージテーブル / Forward declare\r
-*/\r
-typedef struct hist_type hist_type;\r
-\r
-/*!\r
-* 生い立ちメッセージテーブルの構造体定義 / Player background information\r
-*/\r
-struct hist_type\r
-{\r
-       cptr info;                          /*!> メッセージ本文 / Textual History */\r
-\r
-       byte roll;                          /*!> 確率の重み / Frequency of this entry */\r
-       byte chart;                         /*!> 生い立ちメッセージの流れを示すチャートID / Chart index */\r
-       byte next;                          /*!> 次のチャートID */\r
-       byte bonus;                         /*!> メッセージに伴う社会的地位の変化量(50が基準値) / Social Class Bonus + 50 */\r
-};\r
-\r
-struct hist_type;\r
-extern hist_type bg[];\r