aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-26 22:52:18 +0300
committerFilippos Karapetis2014-05-26 22:52:41 +0300
commit7579005ff1153d4eefe2914d0210a46ee3d88719 (patch)
tree70a627da37bbf9d3c74e802de946846699403b0f /engines/mads/nebular/game_nebular.h
parentf0cdc47226db90ce99f2e83f0a2643e49d71d3ed (diff)
downloadscummvm-rg350-7579005ff1153d4eefe2914d0210a46ee3d88719.tar.gz
scummvm-rg350-7579005ff1153d4eefe2914d0210a46ee3d88719.tar.bz2
scummvm-rg350-7579005ff1153d4eefe2914d0210a46ee3d88719.zip
MADS: Implement the recipe showing functionality
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index da252219f4..56bcf44a3f 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -117,6 +117,8 @@ public:
virtual void doObjectAction();
+ void showRecipe();
+
virtual void unhandledAction();
virtual void step();