diff options
| author | Nipun Garg | 2019-06-23 06:39:13 +0530 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-09-03 17:16:57 +0200 |
| commit | 6336ce6f42ebe5a8b8b6f303be25e06529dec605 (patch) | |
| tree | c4d67522b723be1941db8b268baa108b5a8a4141 /engines | |
| parent | a9314535c8e16af992e0c8fd0ae9019c989cef18 (diff) | |
| download | scummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.tar.gz scummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.tar.bz2 scummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.zip | |
HDB: Add Dialog constants
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/hdb/window.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hdb/window.h b/engines/hdb/window.h index d725eb816f..3306e82ccc 100644 --- a/engines/hdb/window.h +++ b/engines/hdb/window.h @@ -25,6 +25,11 @@ namespace HDB { +enum { + kDialogTextLeft = 64, + kDialogTextRight = (kDialogTextLeft + kTileWidth * 9) +}; + struct DialogInfo { char title[64]; // TITLE string int tileIndex; // this is for a character picture |
