diff options
Diffstat (limited to 'engines/hdb')
-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 |