aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/pregob/onceupon/abracadabra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/pregob/onceupon/abracadabra.h')
-rw-r--r--engines/gob/pregob/onceupon/abracadabra.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/gob/pregob/onceupon/abracadabra.h b/engines/gob/pregob/onceupon/abracadabra.h
index f2075fc750..8048213f5f 100644
--- a/engines/gob/pregob/onceupon/abracadabra.h
+++ b/engines/gob/pregob/onceupon/abracadabra.h
@@ -36,6 +36,9 @@ public:
void run();
+protected:
+ const StorkParam &getStorkParameters() const;
+
private:
/** Definition of the menu button that leads to the animal names screen. */
static const MenuButton kAnimalsButtons;
@@ -44,6 +47,11 @@ private:
static const MenuButton kAnimalButtons[];
/** File prefixes for the name of each animal. */
static const char *kAnimalNames[];
+
+ // Parameters for the stork section.
+ static const MenuButton kStorkHouses[];
+ static const Stork::BundleDrop kStorkBundleDrops[];
+ static const struct StorkParam kStorkParam;
};
} // End of namespace OnceUpon