mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
strip parameter to QFS_FilelistFill and add rua support
This commit is contained in:
parent
e8f9761d33
commit
616be68bdd
4 changed files with 51 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue