aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/sci_graphics.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-20 20:33:27 +0000
committerPaweł Kołodziejski2009-02-20 20:33:27 +0000
commit1419024bd02aac9c7a3405f34d9cfd6bf38a8447 (patch)
tree1c731561bbc06230220a0de26fa1527cadbf9758 /engines/sci/engine/sci_graphics.h
parent75b91c71dd4983ef9407b2a1713c22988702958d (diff)
downloadscummvm-rg350-1419024bd02aac9c7a3405f34d9cfd6bf38a8447.tar.gz
scummvm-rg350-1419024bd02aac9c7a3405f34d9cfd6bf38a8447.tar.bz2
scummvm-rg350-1419024bd02aac9c7a3405f34d9cfd6bf38a8447.zip
formating
svn-id: r38620
Diffstat (limited to 'engines/sci/engine/sci_graphics.h')
-rw-r--r--engines/sci/engine/sci_graphics.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/engine/sci_graphics.h b/engines/sci/engine/sci_graphics.h
index f89b4bb84f..fde9d97575 100644
--- a/engines/sci/engine/sci_graphics.h
+++ b/engines/sci/engine/sci_graphics.h
@@ -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_