OSDN Git Service

#37324 (2.2.0.27) アーティファクト1種追加。 / Add a artifact.
[hengband/hengband.git] / lib / pref / pref.prf
1 # File: pref.prf
2
3 #
4 # This file includes basic pref files.
5 #
6 # See "lib/help/command.txt" and "src/files.c" for more information.
7 #
8
9
10 ##### Keyset definitions #####
11
12 %:pref-key.prf
13
14
15 ##### Option definitions #####
16
17 %:pref-opt.prf
18
19
20 ##### Spell color definitions #####
21
22 %:spell-xx.prf
23
24
25 ##### System Specific Subfiles #####
26
27 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
28 %:pref-x11.prf
29
30 ?:[EQU $SYS gcu]
31 %:pref-gcu.prf
32
33 ?:[EQU $SYS ami]
34 %:pref-ami.prf
35
36 ?:[EQU $SYS mac]
37 %:pref-mac.prf
38
39 ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
40 %:pref-win.prf
41
42 ?:[EQU $SYS emx]
43 %:pref-emx.prf
44
45 ?:[EQU $SYS acn]
46 %:pref-acn.prf
47
48 ?:1
49
50