summaryrefslogtreecommitdiff
path: root/src/init2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.hpp')
-rw-r--r--src/init2.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/init2.hpp b/src/init2.hpp
index 707a2706..de575e77 100644
--- a/src/init2.hpp
+++ b/src/init2.hpp
@@ -2,8 +2,8 @@
#include "h-basic.h"
-extern void init_corruptions();
-extern void create_stores_stock(int t);
-extern errr init_v_info(void);
+void init_corruptions();
+void create_stores_stock(int t);
+errr init_v_info();
extern s16b error_idx;
extern s16b error_line;