OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Relocate-score-server' into...
[hengband/hengband.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[];