summaryrefslogtreecommitdiff
path: root/src/notes.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
commita40a0d1aeddb4742e486f601cbcc7e9ddcc06e2d (patch)
treeda5e8653050f47fc68f14d0062c11273774688e5 /src/notes.hpp
parentc2ff640e5540fd4c55dd054ae87dd510a11155e9 (diff)
Move player_{name,base} to Game
Diffstat (limited to 'src/notes.hpp')
-rw-r--r--src/notes.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.hpp b/src/notes.hpp
index e8c22bb7..dbe5c04f 100644
--- a/src/notes.hpp
+++ b/src/notes.hpp
@@ -1,6 +1,6 @@
#pragma once
extern void show_notes_file(void);
-extern void output_note(char *final_note);
+extern void output_note(char const *final_note);
extern void add_note(char *note, char code);
extern void add_note_type(int note_number);