aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/constants.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-29 07:51:57 +0300
committerEugene Sandulenko2014-04-29 07:52:32 +0300
commitc81099d3900ceb5e2eacd60770735ae9f6d706f3 (patch)
tree8cd088358746ec2887cabf1359c75d05f4b83449 /engines/fullpipe/constants.h
parent0698ae4a0728403f6f5140b6521185ff3c007c8c (diff)
downloadscummvm-rg350-c81099d3900ceb5e2eacd60770735ae9f6d706f3.tar.gz
scummvm-rg350-c81099d3900ceb5e2eacd60770735ae9f6d706f3.tar.bz2
scummvm-rg350-c81099d3900ceb5e2eacd60770735ae9f6d706f3.zip
FULLPIPE: Implement ModalSaveGame::setup()
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r--engines/fullpipe/constants.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h
index f76a12fb2b..b257fca949 100644
--- a/engines/fullpipe/constants.h
+++ b/engines/fullpipe/constants.h
@@ -292,6 +292,48 @@ namespace Fullpipe {
#define PIC_MOV_CANCEL 5345
#define PIC_MOV_OK 5344
+// Saveload dialog
+#define PIC_MLD_BGR 4645
+#define PIC_MLD_CANCEL_D 4648
+#define PIC_MLD_CANCEL_L 4649
+#define PIC_MLD_OK_D 4646
+#define PIC_MLD_OK_L 4647
+#define PIC_MSV_0_D 4643
+#define PIC_MSV_0_L 4644
+#define PIC_MSV_1_D 4651
+#define PIC_MSV_1_L 4660
+#define PIC_MSV_2_D 4652
+#define PIC_MSV_2_L 4661
+#define PIC_MSV_3_D 4653
+#define PIC_MSV_3_L 4662
+#define PIC_MSV_4_D 4654
+#define PIC_MSV_4_L 4663
+#define PIC_MSV_5_D 4655
+#define PIC_MSV_5_L 4664
+#define PIC_MSV_6_D 4656
+#define PIC_MSV_6_L 4665
+#define PIC_MSV_7_D 4657
+#define PIC_MSV_7_L 4666
+#define PIC_MSV_8_D 4658
+#define PIC_MSV_8_L 4667
+#define PIC_MSV_9_D 4659
+#define PIC_MSV_9_L 4668
+#define PIC_MSV_BGR 4634
+#define PIC_MSV_CANCEL_D 4637
+#define PIC_MSV_CANCEL_L 4638
+#define PIC_MSV_DOTS_D 4670
+#define PIC_MSV_DOTS_L 4669
+#define PIC_MSV_DOT_D 5188
+#define PIC_MSV_DOT_L 5189
+#define PIC_MSV_EMPTY_D 4639
+#define PIC_MSV_EMPTY_L 4640
+#define PIC_MSV_FULL_D 4641
+#define PIC_MSV_FULL_L 4642
+#define PIC_MSV_OK_D 4635
+#define PIC_MSV_OK_L 4636
+#define PIC_MSV_SPACE_D 5190
+#define PIC_MSV_SPACE_L 5191
+
// Intro
#define ANI_IN1MAN 5110
#define MSG_INTR_ENDINTRO 5139