OSDN Git Service

Merge branch 'macos-develop' into macos-3-0-0
[hengbandforosx/hengbandosx.git] / src / player-info / bluemage-data-type.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #include "monster-race/race-ability-flags.h"
6 #include "util/flag-group.h"
7
8 struct bluemage_data_type {
9     EnumClassFlagGroup<MonsterAbilityType> learnt_blue_magics{};
10     bool new_magic_learned{};
11 };