diff options
Diffstat (limited to 'src/attack.h')
-rw-r--r-- | src/attack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attack.h b/src/attack.h index 2e4125b..e00eb25 100644 --- a/src/attack.h +++ b/src/attack.h @@ -1,5 +1,5 @@ #pragma once -#include "feature.h" +#include "features/feature.h" #include "weapon.h" namespace creature { |