summaryrefslogtreecommitdiff
path: root/src/cmd1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd1.hpp')
-rw-r--r--src/cmd1.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmd1.hpp b/src/cmd1.hpp
index 0e530033..3ae44ed2 100644
--- a/src/cmd1.hpp
+++ b/src/cmd1.hpp
@@ -1,6 +1,8 @@
#pragma once
-#include "angband.h"
+#include "h-basic.h"
+#include "monster_type_fwd.hpp"
+#include "object_type_fwd.hpp"
extern void attack_special(monster_type *m_ptr, s32b special, int dam);
extern bool_ test_hit_fire(int chance, int ac, int vis);