summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-06-15 21:01:23 +0200
committer/dev/humancontroller <devhc@example.com>2017-02-07 17:34:59 +0100
commita7f237e668b010630a7f293c53c13dddbee1c5a5 (patch)
tree1cc51951e57ee9f35465b989337de1b710947b24 /src/qcommon
parent89e3e3215e93439e265068facfc36b508d52a05b (diff)
be more cautious in assigning default fs_ paths
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/qcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 495c9ca1..0e90963a 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -1072,6 +1072,8 @@ void Sys_ShowIP(void);
FILE *Sys_FOpen( const char *ospath, const char *mode );
qboolean Sys_Mkdir( const char *path );
FILE *Sys_Mkfifo( const char *ospath );
+void Sys_SetBinaryPath(const char *path);
+char *Sys_BinaryPath(void);
void Sys_SetDefaultInstallPath(const char *path);
char *Sys_DefaultInstallPath(void);