OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
[hengbandforosx/hengbandosx.git] / src / object-enchant / dragon-breaths-table.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "object-enchant/tr-types.h"
5
6 typedef struct {
7     tr_type flag;
8     int type;
9     concptr name;
10 } dragonbreath_type;
11
12 extern const dragonbreath_type dragonbreath_info[];