Mention that some fields in ADGameFileDescription are optional.

In fact we really need to write some documentation for it.

svn-id: r25173
This commit is contained in:
Eugene Sandulenko 2007-01-25 00:38:36 +00:00
parent 6eb9f41e68
commit 5f91f6d1e5

View File

@ -32,9 +32,9 @@ namespace Common {
struct ADGameFileDescription { struct ADGameFileDescription {
const char *fileName; const char *fileName;
uint16 fileType; uint16 fileType; // Optional. Not used in detection, only be engines
const char *md5; const char *md5; // Optional could be NULL
const int32 fileSize; const int32 fileSize; // Optional. Set to -1 to ignore
}; };
struct ADGameDescription { struct ADGameDescription {