summaryrefslogtreecommitdiff
path: root/src/lua_bind.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
commit7d6273cfbbc9717c30792817824b5511f7aee05f (patch)
tree4329d00cbfb9e382019e52515d1ac577334e7e65 /src/lua_bind.hpp
parentb3585338e36d7a660fe3019131746feb9e445308 (diff)
Consolide the two spell_type headers
Diffstat (limited to 'src/lua_bind.hpp')
-rw-r--r--src/lua_bind.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_bind.hpp b/src/lua_bind.hpp
index f4991bd3..c65795fc 100644
--- a/src/lua_bind.hpp
+++ b/src/lua_bind.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "h-basic.h"
-#include "spell_type_fwd.h"
+#include "spell_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);