summaryrefslogtreecommitdiff
path: root/src/files.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.hpp')
-rw-r--r--src/files.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/files.hpp b/src/files.hpp
index 52b9ae2b..31525a48 100644
--- a/src/files.hpp
+++ b/src/files.hpp
@@ -7,18 +7,18 @@
#include <string>
#include <vector>
-void html_screenshot(cptr name);
-void help_file_screenshot(cptr name);
+void html_screenshot(const char *name);
+void help_file_screenshot(const char *name);
object_flag_set player_flags();
void wipe_saved();
s16b tokenize(char *buf, s16b num, char **tokens, char delim1, char delim2);
void display_player(int mode);
std::string describe_player_location();
-errr file_character(cptr name);
+errr file_character(const char *name);
errr process_pref_file_aux(char *buf);
-errr process_pref_file(cptr name);
+errr process_pref_file(const char *name);
void show_string(const char *lines, const char *title, int line = 0);
-void show_file(cptr name, cptr what, int line = 0);
+void show_file(const char *name, const char *what, int line = 0);
void do_cmd_help();
void process_player_base();
void get_name();
@@ -26,7 +26,7 @@ void do_cmd_suicide();
void autosave_checkpoint();
void close_game();
errr get_rnd_line(const char * file_name, char * output);
-char *get_line(const char* fname, cptr fdir, char *linbuf, int line);
+char *get_line(const char* fname, const char *fdir, char *linbuf, int line);
void race_legends();
void show_highclass(int building);
errr get_xtra_line(const char * file_name, monster_type *m_ptr, char * output);