aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-27 23:38:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit652b2c6f98f291a76397c9035e4f8338b9c792f9 (patch)
treef0e9c59a89ded7742f98d5f4aa3464eb11b2bc02 /engines/dm/inventory.h
parent703fd8aca2e15edc03aa854365e20bfdcf524add (diff)
downloadscummvm-rg350-652b2c6f98f291a76397c9035e4f8338b9c792f9.tar.gz
scummvm-rg350-652b2c6f98f291a76397c9035e4f8338b9c792f9.tar.bz2
scummvm-rg350-652b2c6f98f291a76397c9035e4f8338b9c792f9.zip
DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLine
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 8457e98faa..fe974b6c1b 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -65,6 +65,7 @@ public:
void drawPanelResurrectReincarnate(); // @ F0346_INVENTORY_DrawPanel_ResurrectReincarnate
void drawPanel(); // @ F0347_INVENTORY_DrawPanel
void closeChest(); // @ F0334_INVENTORY_CloseChest
+ void drawPanelScrollTextLine(int16 yPos, char *text); // @ F0340_INVENTORY_DrawPanel_ScrollTextLine
};