Add com_standalone cvar for at-runtime handling of mods that do not require the original quake3 game data.
This commit is contained in:
parent
512b260629
commit
78a82bcba2
10 changed files with 85 additions and 30 deletions
|
@ -681,6 +681,7 @@ void FS_HomeRemove( const char *homePath );
|
|||
|
||||
void FS_FilenameCompletion( const char *dir, const char *ext,
|
||||
qboolean stripExt, void(*callback)(const char *s) );
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue