summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-25 19:56:45 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-25 20:00:34 +0200
commitbcea5fe09f0835e5ea35fdfcb7355431f17cd0ee (patch)
tree697dffc31d109e299388e1fa58d5facb138f45cd /src/externs.h
parent70260e6b8c8c6d322c1a32e14f984784b7bb0506 (diff)
Move environment-based path initialization out of main.c
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index 116e4e28..8cacb073 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -913,6 +913,7 @@ extern void reinit_quests(s16b new_size);
extern void create_stores_stock(int t);
extern errr init_v_info(void);
extern void init_file_paths(char *path);
+extern void init_file_paths_with_env();
extern void init_angband(void);
extern errr init_buildings(void);
extern s16b error_idx;