summaryrefslogtreecommitdiff
path: root/src/lua_bind.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.hpp')
-rw-r--r--src/lua_bind.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua_bind.hpp b/src/lua_bind.hpp
index 5117fcbe..b2a6c9a7 100644
--- a/src/lua_bind.hpp
+++ b/src/lua_bind.hpp
@@ -1,7 +1,8 @@
#pragma once
#include "h-basic.h"
-#include "types_fwd.h"
+#include "spell_type_fwd.hpp"
+#include "timer_type_fwd.hpp"
/** Calculate spell failure rate for a device, i.e. a wand or staff. */
extern s32b spell_chance_device(spell_type *spell_ptr);