diff options
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index ce99fa5d8..bd7da5f8d 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -23,6 +23,8 @@ #ifndef STATUSEFFECT_H #define STATUSEFFECT_H +#include "enums/simpletypes.h" + #include <string> #include "localconsts.h" @@ -91,7 +93,7 @@ class StatusEffect final * the deactivating effect (false). */ static StatusEffect *getStatusEffect(const int index, - const bool enabling) + const Enable enabling) A_WARN_UNUSED; /** @@ -102,7 +104,7 @@ class StatusEffect final * the deactivating effect (false). */ static StatusEffect *getStunEffect(const int index, - const bool enabling) A_WARN_UNUSED; + const Enable enabling) A_WARN_UNUSED; /** * Maps a block effect index to its corresponding effect index. Block |