[Scummvm-cvs-logs] SF.net SVN: scummvm:[38620] scummvm/trunk/engines/sci/engine/sci_graphics.h

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Fri Feb 20 21:33:27 CET 2009


Revision: 38620
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38620&view=rev
Author:   aquadran
Date:     2009-02-20 20:33:27 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
formating

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/sci_graphics.h

Modified: scummvm/trunk/engines/sci/engine/sci_graphics.h
===================================================================
--- scummvm/trunk/engines/sci/engine/sci_graphics.h	2009-02-20 20:31:08 UTC (rev 38619)
+++ scummvm/trunk/engines/sci/engine/sci_graphics.h	2009-02-20 20:33:27 UTC (rev 38620)
@@ -23,20 +23,20 @@
  *
  */
 
-/* SCI constants and definitions */
+// SCI constants and definitions
 
 #ifndef _SCI_GRAPHICS_H_
 #define _SCI_GRAPHICS_H_
 
 #define MAX_TEXT_WIDTH_MAGIC_VALUE 192
-/* This is the real width of a text with a specified width of 0 */
+// This is the real width of a text with a specified width of 0
 
 #define SELECTOR_STATE_SELECTABLE 1
 #define SELECTOR_STATE_FRAMED 2
 #define SELECTOR_STATE_DISABLED 4
 #define SELECTOR_STATE_SELECTED 8
-/* Internal states */
+// Internal states
 #define SELECTOR_STATE_DITHER_FRAMED 0x1000
 
 
-#endif /* !_SCI_GRAPHICS_H_ */
+#endif // !_SCI_GRAPHICS_H_


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