strip parameter to QFS_FilelistFill and add rua support

This commit is contained in:
Bill Currie 2004-04-20 22:52:09 +00:00
parent e8f9761d33
commit 616be68bdd
4 changed files with 51 additions and 16 deletions

View file

@ -116,7 +116,8 @@ const char *QFS_FileExtension (const char *in);
void QFS_GamedirCallback (gamedir_callback_t *);
filelist_t *QFS_FilelistNew (void);
void QFS_FilelistFill (filelist_t *list, const char *path, const char *ext);
void QFS_FilelistFill (filelist_t *list, const char *path, const char *ext,
int strip);
void QFS_FilelistFree (filelist_t *list);
// FIXME: This is here temporarily until fs_usercfg gets sorted out