From c8a270e51dc22f39ed048ab1cc609e6e456df58f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Split types.h into separate header for each type --- src/cmd1.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cmd1.hpp') 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); -- cgit v1.2.3