OSDN Git Service

[Refactor] #38932 文字コードを UTF-8(BOM) / LF に統一。 / Unify UTF-8(BOM) + LF.
[hengband/hengband.git] / src / history.h
index 9518e41..dcb64b0 100644 (file)
@@ -1,21 +1,21 @@
-\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
-       concptr 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
+
+/*!
+* 生い立ちメッセージテーブル / Forward declare
+*/
+typedef struct hist_type hist_type;
+
+/*!
+* 生い立ちメッセージテーブルの構造体定義 / Player background information
+*/
+struct hist_type
+{
+       concptr info;                       /*!> メッセージ本文 / Textual History */
+
+       byte roll;                          /*!> 確率の重み / Frequency of this entry */
+       byte chart;                         /*!> 生い立ちメッセージの流れを示すチャートID / Chart index */
+       byte next;                          /*!> 次のチャートID */
+       byte bonus;                         /*!> メッセージに伴う社会的地位の変化量(50が基準値) / Social Class Bonus + 50 */
+};
+
+struct hist_type;
+extern hist_type bg[];