COMMON: Add a bit more to the doxygen comment for NEResources

svn-id: r54564
This commit is contained in:
Matthew Hoops 2010-11-29 00:27:48 +00:00
parent 2cae2fc4d0
commit ab732a73ff

View file

@ -134,7 +134,12 @@ enum NEResourceType {
kNEManifest = 0x8018
};
/** A class able to load resources from a New Executable. */
/**
* A class able to load resources from a Windows New Executable, such
* as cursors, bitmaps, and sounds.
*
* See http://en.wikipedia.org/wiki/New_Executable for more info.
*/
class NEResources {
public:
NEResources();