diff options
author | Matthew Hoops | 2010-11-29 00:27:48 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-11-29 00:27:48 +0000 |
commit | ab732a73ffd271e4fe3d14b87215389a6e8261c8 (patch) | |
tree | 9f0db8805285cf8f954be18489a6e826af40f4bc /common | |
parent | 2cae2fc4d08aa957fe9a68d223c8b2ff1859fd9c (diff) | |
download | scummvm-rg350-ab732a73ffd271e4fe3d14b87215389a6e8261c8.tar.gz scummvm-rg350-ab732a73ffd271e4fe3d14b87215389a6e8261c8.tar.bz2 scummvm-rg350-ab732a73ffd271e4fe3d14b87215389a6e8261c8.zip |
COMMON: Add a bit more to the doxygen comment for NEResources
svn-id: r54564
Diffstat (limited to 'common')
-rw-r--r-- | common/ne_exe.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/ne_exe.h b/common/ne_exe.h index c6fb804cf7..ac080d8a7c 100644 --- a/common/ne_exe.h +++ b/common/ne_exe.h @@ -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(); |