OSDN Git Service

[Refactor] #39964 Separated autopick-commands-table.h from autopick.c
[hengband/hengband.git] / src / autopick / autopick-commands-table.h
1 #pragma once
2
3 /*
4  * Editor command id's
5  */
6 #define EC_QUIT            1
7 #define EC_SAVEQUIT        2
8 #define EC_REVERT              3
9 #define EC_HELP            4
10 #define EC_RETURN              5
11 #define EC_LEFT                6 
12 #define EC_DOWN                7 
13 #define EC_UP                  8 
14 #define EC_RIGHT               9 
15 #define EC_BOL                 10
16 #define EC_EOL                 11
17 #define EC_PGUP                12
18 #define EC_PGDOWN              13
19 #define EC_TOP                 14
20 #define EC_BOTTOM              15
21 #define EC_CUT                 16
22 #define EC_COPY                17
23 #define EC_PASTE               18
24 #define EC_BLOCK               19
25 #define EC_KILL_LINE           20
26 #define EC_DELETE_CHAR         21
27 #define EC_BACKSPACE           22
28 #define EC_SEARCH_STR          23
29 #define EC_SEARCH_FORW         24
30 #define EC_SEARCH_BACK         25
31 #define EC_SEARCH_OBJ          26
32 #define EC_SEARCH_DESTROYED    27
33 #define EC_INSERT_OBJECT       28
34 #define EC_INSERT_DESTROYED    29
35 #define EC_INSERT_BLOCK        30
36 #define EC_INSERT_MACRO        31
37 #define EC_INSERT_KEYMAP       32
38 #define EC_CL_AUTOPICK         33
39 #define EC_CL_DESTROY          34
40 #define EC_CL_LEAVE            35
41 #define EC_CL_QUERY            36
42 #define EC_CL_NO_DISP          37
43 #define EC_OK_COLLECTING       38
44 #define EC_IK_UNAWARE          39
45 #define EC_IK_UNIDENTIFIED     40
46 #define EC_IK_IDENTIFIED       41
47 #define EC_IK_STAR_IDENTIFIED  42
48 #define EC_OK_BOOSTED          43
49 #define EC_OK_MORE_DICE        44
50 #define EC_OK_MORE_BONUS       45
51 #define EC_OK_WORTHLESS        46
52 #define EC_OK_ARTIFACT         47
53 #define EC_OK_EGO              48
54 #define EC_OK_GOOD             49
55 #define EC_OK_NAMELESS         50
56 #define EC_OK_AVERAGE          51
57 #define EC_OK_RARE             52       
58 #define EC_OK_COMMON           53
59 #define EC_OK_WANTED           54
60 #define EC_OK_UNIQUE           55
61 #define EC_OK_HUMAN            56
62 #define EC_OK_UNREADABLE       57
63 #define EC_OK_REALM1           58
64 #define EC_OK_REALM2           59
65 #define EC_OK_FIRST            60
66 #define EC_OK_SECOND           61
67 #define EC_OK_THIRD            62
68 #define EC_OK_FOURTH           63
69 #define EC_KK_WEAPONS          64
70 #define EC_KK_FAVORITE_WEAPONS 65
71 #define EC_KK_ARMORS           66
72 #define EC_KK_MISSILES         67
73 #define EC_KK_DEVICES          68
74 #define EC_KK_LIGHTS           69
75 #define EC_KK_JUNKS            70
76 #define EC_KK_CORPSES          71
77 #define EC_KK_SPELLBOOKS       72
78 #define EC_KK_SHIELDS          73
79 #define EC_KK_BOWS             74
80 #define EC_KK_RINGS            75
81 #define EC_KK_AMULETS          76
82 #define EC_KK_SUITS            77
83 #define EC_KK_CLOAKS           78
84 #define EC_KK_HELMS            79
85 #define EC_KK_GLOVES           80
86 #define EC_KK_BOOTS            81