diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:59 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:59 +0100 |
commit | dc4b789acb2e6737dd6ed5721b3efbde1a2be14f (patch) | |
tree | d5acf376c5cf6cf9d56db40322e2480b315ef4c2 /src/help.cc | |
parent | ee2595abc99b86f081acbf5479577f9548baff3b (diff) |
Move skills.cc function declarations to skills.hpp
Diffstat (limited to 'src/help.cc')
-rw-r--r-- | src/help.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cc b/src/help.cc index 4c14da9d..8fbaaa4f 100644 --- a/src/help.cc +++ b/src/help.cc @@ -13,6 +13,7 @@ #include "angband.h" #include "hooks.h" +#include "skills.hpp" #define DESC_MAX 14 #define TRIGGERED_HELP_MAX 19 |