mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 06:33:07 +00:00
HDB: Add cinematicsActive()
This commit is contained in:
parent
538efcad6b
commit
0c8dad3a40
@ -708,6 +708,9 @@ public:
|
||||
}
|
||||
|
||||
// Cinematic Functions
|
||||
bool cinematicsActive() {
|
||||
return _cineActive;
|
||||
}
|
||||
void processCines();
|
||||
void cineStart(bool abortable, const char *abortFunc);
|
||||
void cineLockPlayer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user