mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
formating
svn-id: r38620
This commit is contained in:
parent
75b91c71dd
commit
1419024bd0
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user