aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/startrek.h
diff options
context:
space:
mode:
authorFilippos Karapetis2019-08-18 15:29:14 +0300
committerFilippos Karapetis2019-08-19 00:18:00 +0300
commit6a9969ed25e485e393cd76fe486d3778b541d0c4 (patch)
treeee34ce9a3f4a199eeca8b7534fe98a34d33c1f01 /engines/startrek/startrek.h
parent073d8332834b18023207c4aad194986df92bb414 (diff)
downloadscummvm-rg350-6a9969ed25e485e393cd76fe486d3778b541d0c4.tar.gz
scummvm-rg350-6a9969ed25e485e393cd76fe486d3778b541d0c4.tar.bz2
scummvm-rg350-6a9969ed25e485e393cd76fe486d3778b541d0c4.zip
STARTREK: Fix loading of some texts, and add the "text" console command
Diffstat (limited to 'engines/startrek/startrek.h')
-rw-r--r--engines/startrek/startrek.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/startrek/startrek.h b/engines/startrek/startrek.h
index 3e27e002af..f07da10b20 100644
--- a/engines/startrek/startrek.h
+++ b/engines/startrek/startrek.h
@@ -231,6 +231,8 @@ public:
StarTrekEngine(OSystem *syst, const StarTrekGameDescription *gamedesc);
virtual ~StarTrekEngine();
+ friend class Console;
+
Common::Error run();
Common::Error runGameMode(int mode, bool resume);