aboutsummaryrefslogtreecommitdiff
path: root/common/ne_exe.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-29 00:27:48 +0000
committerMatthew Hoops2010-11-29 00:27:48 +0000
commitab732a73ffd271e4fe3d14b87215389a6e8261c8 (patch)
tree9f0db8805285cf8f954be18489a6e826af40f4bc /common/ne_exe.h
parent2cae2fc4d08aa957fe9a68d223c8b2ff1859fd9c (diff)
downloadscummvm-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/ne_exe.h')
-rw-r--r--common/ne_exe.h7
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();