aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/window.h')
-rw-r--r--engines/hdb/window.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/hdb/window.h b/engines/hdb/window.h
index 6ee95963c2..9a248e7e97 100644
--- a/engines/hdb/window.h
+++ b/engines/hdb/window.h
@@ -127,6 +127,18 @@ public:
}
void checkInvSelect(int x, int y);
+ // Deliveries Functions
+ void openDeliveries(bool animate);
+ void drawDeliveries();
+ void setSelectedDelivery(int which);
+ int getSelectedDelivery() {
+ return _dlvsInfo.selected;
+ }
+ bool animatingDelivery() {
+ return _dlvsInfo.animate;
+ }
+ void checkDlvSelect(int x, int y);
+
// TextOut functions
void textOut(const char *text, int x, int y, int timer);
void centerTextOut(const char *text, int y, int timer);