#include <advancedDetector.h>
Public Attributes | |
| const char * | fileName |
| Name of the described file. | |
| uint16 | fileType |
| Optional. Not used during detection, only by engines. | |
| const char * | md5 |
| MD5 of (the beginning of) the described file. Optional. Set to NULL to ignore. | |
| int32 | fileSize |
| Size of the described file. Set to -1 to ignore. | |
A record describing a file to be matched for detecting a specific game variant. A list of such records is used inside every ADGameDescription to enable detection.