summaryrefslogtreecommitdiff
path: root/src/files.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commitca14a8b243f7963e52b2b92d584e25f7d5c21ed6 (patch)
tree5f8ada931dc9a72968dfe6b081201e0f5eb8b2c9 /src/files.hpp
parenta0de18fbfeb1f4c746249c3f5508a27b54c05220 (diff)
Add set_player_base()
This replaces the "set" + "mutate-in-place" approach to player_base with a saner approach.
Diffstat (limited to 'src/files.hpp')
-rw-r--r--src/files.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.hpp b/src/files.hpp
index 3a289e7d..7658306a 100644
--- a/src/files.hpp
+++ b/src/files.hpp
@@ -39,4 +39,4 @@ void race_legends();
void show_highclass(int building);
errr get_xtra_line(const char * file_name, monster_type *m_ptr, char * output);
std::string process_player_name(std::string const &);
-void process_player_name();
+void set_player_base(std::string const &name);