[Scummvm-cvs-logs] SF.net SVN: scummvm: [25173] scummvm/trunk/common/advancedDetector.h
sev at users.sourceforge.net
sev at users.sourceforge.net
Thu Jan 25 01:38:37 CET 2007
Revision: 25173
http://scummvm.svn.sourceforge.net/scummvm/?rev=25173&view=rev
Author: sev
Date: 2007-01-24 16:38:36 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
Mention that some fields in ADGameFileDescription are optional.
In fact we really need to write some documentation for it.
Modified Paths:
--------------
scummvm/trunk/common/advancedDetector.h
Modified: scummvm/trunk/common/advancedDetector.h
===================================================================
--- scummvm/trunk/common/advancedDetector.h 2007-01-25 00:37:12 UTC (rev 25172)
+++ scummvm/trunk/common/advancedDetector.h 2007-01-25 00:38:36 UTC (rev 25173)
@@ -32,9 +32,9 @@
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 {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list