From 37cea853947851134b2e6f2e338d85ddc5378616 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:01 +0100 Subject: Split spells6.cc declarations to separate header file --- src/spells6.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/spells6.hpp (limited to 'src/spells6.hpp') diff --git a/src/spells6.hpp b/src/spells6.hpp new file mode 100644 index 00000000..ef5f4e30 --- /dev/null +++ b/src/spells6.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "angband.h" + +void schools_init(); +school_type *school_at(int index); +void mana_school_calc_mana(int *msp); -- cgit v1.2.3 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/spells6.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spells6.hpp') diff --git a/src/spells6.hpp b/src/spells6.hpp index ef5f4e30..bbd32d9b 100644 --- a/src/spells6.hpp +++ b/src/spells6.hpp @@ -1,6 +1,6 @@ #pragma once -#include "angband.h" +#include "school_type_fwd.hpp" void schools_init(); school_type *school_at(int index); -- cgit v1.2.3