diff options
Diffstat (limited to 'code/sys')
| -rw-r--r-- | code/sys/sys_main.c | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index 4c3f703..a1a57b4 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -95,6 +95,16 @@ char *Sys_DefaultInstallPath(void)  /*  ================= +Sys_DefaultAppPath +================= +*/ +char *Sys_DefaultAppPath(void) +{ +	return Sys_BinaryPath(); +} + +/* +=================  Sys_In_Restart_f  Restart the input subsystem | 
