OSDN Git Service

[Refactor] #38862 Moved player-inventory.c/h on the vcxproj
[hengband/hengband.git] / src / core / system-variables.c
1 /*!
2  * todo 呼び出し関係を良く読んで消す方針で進めたい.
3  * @brief グローバル変数の残骸
4  * @date 2013/12/31
5  */
6
7 #include "angband.h"
8 #include "core/system-variables.h"
9
10  /*!
11   * todo どこからも呼ばれていない。main関数辺りに移設するか、そもそもコメントでいいと思われる
12   * コピーライト情報 / Link a copyright message into the executable
13   */
14 const concptr copyright[5] =
15 {
16         "Copyright (c) 1989 James E. Wilson, Robert A. Keoneke",
17         "",
18         "This software may be copied and distributed for educational, research,",
19         "and not for profit purposes provided that this copyright and statement",
20         "are included in all such copies."
21 };
22
23 concptr ANGBAND_SYS = "xxx";
24 concptr ANGBAND_KEYBOARD = _("JAPAN", "0");
25 concptr ANGBAND_GRAF = "ascii";
26 int init_flags;