OSDN Git Service

[Refactor] #2243 attribute-types.hのインクルードを消し、宣言に置き換える
authorSlimebreath6078 <slimebreath6078@yahoo.co.jp>
Mon, 21 Feb 2022 14:52:51 +0000 (23:52 +0900)
committerSlimebreath6078 <slimebreath6078@yahoo.co.jp>
Mon, 21 Feb 2022 14:53:55 +0000 (23:53 +0900)
src/mspell/mspell-checker.h

index a5ca0f3..361e29d 100644 (file)
@@ -1,10 +1,10 @@
 #pragma once
 
 #include "system/angband.h"
-#include "effect/attribute-types.h"
 
 struct ProjectResult;
 enum class MonsterAbilityType;
+enum class AttributeType;
 
 struct monster_type;
 class PlayerType;