summaryrefslogtreecommitdiff
path: root/src/spells1.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commitaae967c8a33e1aad994b7349abad7fbd447264bb (patch)
treebfd33da5e04f1103710c4de430143e8cddd54de5 /src/spells1.hpp
parent5bc01c584066a0cea37021eb6e13bd96d74de7b5 (diff)
Remove random_spell::{name,desc}
Diffstat (limited to 'src/spells1.hpp')
-rw-r--r--src/spells1.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spells1.hpp b/src/spells1.hpp
index 5512063f..b67f73bb 100644
--- a/src/spells1.hpp
+++ b/src/spells1.hpp
@@ -1,6 +1,9 @@
#pragma once
+#include <string>
+
#include "h-basic.h"
+#include "random_spell_fwd.hpp"
extern byte spell_color(int type);
extern s16b poly_r_idx(int r_idx);
@@ -27,6 +30,7 @@ extern bool_ project(int who, int rad, int y, int x, int dam, int typ, int flg);
extern bool_ potion_smash_effect(int who, int y, int x, int o_sval);
extern void do_poly_self(void);
extern void corrupt_player(void);
+extern std::string name_spell(random_spell const *);
extern void generate_spell(int plev);
extern bool_ unsafe;
extern s16b do_poly_monster(int y, int x);