aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/startrek/console.h')
-rw-r--r--engines/startrek/console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/startrek/console.h b/engines/startrek/console.h
index 1d1b6e72fc..8a920ef4db 100644
--- a/engines/startrek/console.h
+++ b/engines/startrek/console.h
@@ -38,6 +38,10 @@ private:
StarTrekEngine *_vm;
bool Cmd_Room(int argc, const char **argv);
+ bool Cmd_Actions(int argc, const char **argv);
+
+ Common::String EventToString(uint32 action);
+ Common::String ItemToString(byte index);
};
} // End of namespace StarTrek