aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.h
diff options
context:
space:
mode:
authorStrangerke2014-03-22 11:41:22 +0100
committerStrangerke2014-03-22 11:42:06 +0100
commit9dcb5594888797143e8ec3eaee213d3c42f2c558 (patch)
treea05250cdbeed16a224b210a0b079601ca0f1446c /engines/cine/various.h
parent3bcc3a6849bcf27a35790581bb4476f9ed2a4355 (diff)
downloadscummvm-rg350-9dcb5594888797143e8ec3eaee213d3c42f2c558.tar.gz
scummvm-rg350-9dcb5594888797143e8ec3eaee213d3c42f2c558.tar.bz2
scummvm-rg350-9dcb5594888797143e8ec3eaee213d3c42f2c558.zip
CINE: Add a safeguard, split makeCommandLine() per game type
Diffstat (limited to 'engines/cine/various.h')
-rw-r--r--engines/cine/various.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/various.h b/engines/cine/various.h
index 04f2d47743..eb6312997d 100644
--- a/engines/cine/various.h
+++ b/engines/cine/various.h
@@ -37,6 +37,8 @@ void initLanguage(Common::Language lang);
int16 makeMenuChoice(const CommandeType commandList[], uint16 height, uint16 X, uint16 Y, uint16 width, bool recheckValue = false);
void makeCommandLine();
+void makeFWCommandLine();
+void makeOSCommandLine();
void makeActionMenu();
void waitPlayerInput();
void setTextWindow(uint16 param1, uint16 param2, uint16 param3, uint16 param4);