COMMON: Add a bit more to the doxygen comment for NEResources
svn-id: r54564
This commit is contained in:
parent
2cae2fc4d0
commit
ab732a73ff
1 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue