add comment

This commit is contained in:
Glenn Maynard
2003-01-09 04:40:57 +00:00
parent a2ea57320b
commit 3f3032e89d
+2 -1
View File
@@ -30,7 +30,8 @@ struct RageTextureID
bool bDither;
bool bStretch;
/* Define an ordering so this can be used in a set<>. */
/* Define an ordering so this can be used in a set<>. This defines a partial
* ordering; use equal() to see if they're equal. */
bool operator< (const RageTextureID &rhs) const { return filename < rhs.filename; }
bool equal(const RageTextureID &rhs) const;