Add Steam's Quake 3 Arena dir to game dirs on Windows.

This commit is contained in:
SmileTheory 2015-09-17 02:53:19 -07:00
parent 3001cacf89
commit f860a753e0
5 changed files with 85 additions and 0 deletions

View file

@ -1099,6 +1099,7 @@ FILE *Sys_Mkfifo( const char *ospath );
char *Sys_Cwd( void );
void Sys_SetDefaultInstallPath(const char *path);
char *Sys_DefaultInstallPath(void);
char *Sys_SteamPath(void);
#ifdef MACOS_X
char *Sys_DefaultAppPath(void);