OSDN Git Service

Merge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring
[hengband/hengband.git] / src / autopick / autopick-menu-data-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define MENU_DATA_NUM 92
6
7 typedef struct command_menu_type {
8         concptr name;
9         int level;
10         int key;
11         int com_id;
12 } command_menu_type;
13
14 extern command_menu_type menu_data[MENU_DATA_NUM];