From 5f91f6d1e57522d45613865c8cb0d8398d3f7b07 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 25 Jan 2007 00:38:36 +0000 Subject: Mention that some fields in ADGameFileDescription are optional. In fact we really need to write some documentation for it. svn-id: r25173 --- common/advancedDetector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 60e763f969..84cfe8c17c 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -32,9 +32,9 @@ namespace Common { struct ADGameFileDescription { const char *fileName; - uint16 fileType; - const char *md5; - const int32 fileSize; + uint16 fileType; // Optional. Not used in detection, only be engines + const char *md5; // Optional could be NULL + const int32 fileSize; // Optional. Set to -1 to ignore }; struct ADGameDescription { -- cgit v1.2.3