aboutsummaryrefslogtreecommitdiff
path: root/src/spellcasting.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-01-16 21:32:01 -0500
committerYour Name <you@example.com>2022-01-16 21:32:01 -0500
commitd0e356d09e30a11c1e072415a5088f829d5c0a04 (patch)
tree1e64d37b9b424cd74c30ad4c8225828c7a76874e /src/spellcasting.h
parent3f78a7e1647ba94129236bd2bf4fc855c109628a (diff)
downloaddmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.gz
dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.bz2
dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.zip
Worked on features
Diffstat (limited to 'src/spellcasting.h')
-rw-r--r--src/spellcasting.h2
1 files changed, 1 insertions, 1 deletions
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"