aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();