aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-07 00:43:08 +0300
committerEugene Sandulenko2013-09-06 14:51:11 +0300
commit133a77887f51ba2a01c3a6839606f121326637f9 (patch)
treeeb4210cdcc47a7cc71dbdbe0e8390c0287dd010c /engines/fullpipe/modal.h
parent8a84a1133fcc21a4115826755bfa1a534b735815 (diff)
downloadscummvm-rg350-133a77887f51ba2a01c3a6839606f121326637f9.tar.gz
scummvm-rg350-133a77887f51ba2a01c3a6839606f121326637f9.tar.bz2
scummvm-rg350-133a77887f51ba2a01c3a6839606f121326637f9.zip
FULLPIPE: Started work on intro
Diffstat (limited to 'engines/fullpipe/modal.h')
-rw-r--r--engines/fullpipe/modal.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/fullpipe/modal.h b/engines/fullpipe/modal.h
index fb2279825e..73236e8e5b 100644
--- a/engines/fullpipe/modal.h
+++ b/engines/fullpipe/modal.h
@@ -41,6 +41,19 @@ class CBaseModalObject {
void saveload();
};
+class CModalIntro : public CBaseModalObject {
+ int _field_8;
+ int _introFlags;
+ int _countDown;
+ int _needRedraw;
+ int _sfxVolume;
+
+ public:
+ CModalIntro();
+
+ virtual bool handleMessage(ExCommand *message);
+};
+
} // End of namespace Fullpipe
#endif /* FULLPIPE_MODAL_H */