summaryrefslogtreecommitdiff
path: root/src/monster3.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitf995c99cc4b7c0695b3642c8bbac06124874ffcb (patch)
tree95774febcd1232b53a5a1e6370d689b82d9db3fb /src/monster3.cc
parent84239d6ddf4e0ef5ca87fe642ef9f3e1f4f7fcd3 (diff)
Move cmd2.cc function declarations to separate header
Diffstat (limited to 'src/monster3.cc')
-rw-r--r--src/monster3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monster3.cc b/src/monster3.cc
index e8ff9841..9e7df503 100644
--- a/src/monster3.cc
+++ b/src/monster3.cc
@@ -7,6 +7,7 @@
*/
#include "angband.h"
+#include "cmd2.hpp"
#include "gods.hpp"
#include "skills.hpp"
#include "xtra2.hpp"