summaryrefslogtreecommitdiff
path: root/src/wild.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wild.hpp')
-rw-r--r--src/wild.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wild.hpp b/src/wild.hpp
index 4cd9f0e7..d6a40e8d 100644
--- a/src/wild.hpp
+++ b/src/wild.hpp
@@ -1,6 +1,6 @@
#pragma once
-extern void wilderness_gen();
-extern void wilderness_gen_small(void);
-extern void reveal_wilderness_around_player(int y, int x, int h, int w);
-extern void town_gen(int t_idx);
+void wilderness_gen();
+void wilderness_gen_small();
+void reveal_wilderness_around_player(int y, int x, int h, int w);
+void town_gen(int t_idx);