summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 19:32:29 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 19:32:29 +0100
commit7d5abc9c35e080555d1841234497ad1b06528f3a (patch)
treea08ab2dde275a37b8ecd52e86c21fdd85274f9da /src/variable.hpp
parent5d2af4a03a953e3891dae144076f8416faa5d8fd (diff)
Split struct ability_type into separate header file
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 6ba3cea9..d28f9757 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "angband.h"
+#include "ability_type_fwd.hpp"
extern int max_macrotrigger;
extern char *macro_template;