[Scummvm-cvs-logs] SF.net SVN: scummvm:[54564] scummvm/trunk/common/ne_exe.h

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Nov 29 01:27:48 CET 2010


Revision: 54564
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54564&view=rev
Author:   mthreepwood
Date:     2010-11-29 00:27:48 +0000 (Mon, 29 Nov 2010)

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

Modified Paths:
--------------
    scummvm/trunk/common/ne_exe.h

Modified: scummvm/trunk/common/ne_exe.h
===================================================================
--- scummvm/trunk/common/ne_exe.h	2010-11-28 23:39:02 UTC (rev 54563)
+++ scummvm/trunk/common/ne_exe.h	2010-11-29 00:27:48 UTC (rev 54564)
@@ -134,7 +134,12 @@
 	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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list