From d0e356d09e30a11c1e072415a5088f829d5c0a04 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 16 Jan 2022 21:32:01 -0500 Subject: Worked on features --- src/spellcasting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spellcasting.h') diff --git a/src/spellcasting.h b/src/spellcasting.h index 902f860..46d4ba8 100644 --- a/src/spellcasting.h +++ b/src/spellcasting.h @@ -1,5 +1,5 @@ #pragma once -#include "feature.h" +#include "features/feature.h" #include "spell.h" #include "rules.h" #include "utils.h" -- cgit v1.2.3