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:
Brian Koropoff 2001-11-06 07:14:29 +00:00
parent ceb307aead
commit ccd665e80c
8 changed files with 309 additions and 207 deletions

View file

@ -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