summaryrefslogtreecommitdiff
path: root/src/monster1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster1.hpp')
-rw-r--r--src/monster1.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/monster1.hpp b/src/monster1.hpp
index 1d71fef1..34f54346 100644
--- a/src/monster1.hpp
+++ b/src/monster1.hpp
@@ -1,5 +1,5 @@
#pragma once
-extern void screen_roff(int r_idx, int ego, int remember);
-extern void display_roff(int r_idx, int ego);
-extern void monster_description_out(int r_idx, int ego);
+void screen_roff(int r_idx, int ego);
+void display_roff(int r_idx, int ego);
+void monster_description_out(int r_idx, int ego);