OSDN Git Service

Add a artifact, Plag.
[hengband/hengband.git] / lib / pref / user.prf
1 # File: user.prf
2
3 #
4 # This file defines "override" actions of various kinds
5 #
6 # This file includes, if appropriate, various "sub-files"
7 #
8 # See "lib/help/command.txt" and "src/files.c" for more information.
9 #
10
11
12 ## Option -- Force the use of original commands
13 #X:rogue_like_commands
14
15 ## Option -- Force the use of roguelike commands
16 #Y:rogue_like_commands
17
18
19 ##### System Specific Subfiles #####
20
21 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
22 %:user-x11.prf
23
24 ?:[EQU $SYS gcu]
25 %:user-gcu.prf
26
27 ?:[EQU $SYS ami]
28 %:user-ami.prf
29
30 ?:[EQU $SYS mac]
31 %:user-mac.prf
32
33 ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
34 %:user-win.prf
35
36 ?:[EQU $SYS emx]
37 %:user-emx.prf
38
39 ?:[EQU $SYS acn]
40 %:user-acn.prf
41
42 ?:1
43
44