mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
This commit removes maplist.c and replaces it with filelist.c, which
contains general functions for creating lists of a type of file and provides the commands maplist, skinlist, skyboxlist, and demolist.
This commit is contained in:
parent
ceb307aead
commit
ccd665e80c
8 changed files with 309 additions and 207 deletions
|
@ -129,5 +129,9 @@ void Con_Shutdown (void);
|
|||
void Con_ProcessInput (void);
|
||||
|
||||
void Con_Maplist_f (void);
|
||||
void Con_Skinlist_f (void);
|
||||
void Con_Skyboxlist_f (void);
|
||||
void Con_Demolist_QWD_f (void);
|
||||
void Con_Demolist_DEM_f (void);
|
||||
|
||||
#endif // __console_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue