OSDN Git Service

Since struct dirent only holds the last element in the path, build the full path...
[hengband/hengband.git] / src / knowledge / object-group-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define MAX_OBJECT_GROUP_TEXT 43
6 #define MAX_OBJECT_GROUP_TVAL 43
7
8 extern concptr object_group_text[MAX_OBJECT_GROUP_TEXT];
9 extern byte object_group_tval[MAX_OBJECT_GROUP_TVAL];
10