User:Monster Iestyn/Source Code Documentation/filesrch.h
Appearance
![]() |
This article or section is incomplete. It doesn't have all of the necessary core information on this topic. Please help the SRB2 Wiki by finishing this article. |
Online link | GitHub entry |
---|---|
File type | C header file |
#include guard | __FILESRCH_H__
|
This header file contains the prototype for filesearch
, a function for finding files. It also contains variables, functions, enumerations and macros for the addons menu.
Includes
- doomdef.h
- d_netfil.h
- m_menu.h
Externs
Function prototypes
Function name | Return type | Params | Defined in | Description |
---|---|---|---|---|
filesearch
|
filestatus_t
|
char *filename ,const char *startpath ,const UINT8 *wantedmd5sum ,boolean completepath ,int maxsearchdepth
|
filesrch.c
|
This function search files, manly WADs and return back the status of the file |