save HighScore in Screenshot

This commit is contained in:
Chris Danford
2004-06-12 07:01:07 +00:00
parent 3bc4cbf9a4
commit 4fb496e4d9
7 changed files with 51 additions and 47 deletions
+10
View File
@@ -92,6 +92,16 @@ struct HighScoreList
void LoadFromNode( const XNode* pNode );
};
struct Screenshot
{
CString sFileName; // no directory part - just the file name
CString sMD5; // MD5 hash of the screenshot file
HighScore highScore;
XNode* CreateNode() const;
void LoadFromNode( const XNode* pNode );
};
#endif
/*