aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/video.h
diff options
context:
space:
mode:
authorStrangerke2016-11-27 22:07:37 -0800
committerEugene Sandulenko2017-01-25 22:42:08 +0100
commit2b4b3a3daf1db4f4c63745ba2129162c8d3e8ffa (patch)
treee752d1ce4d434a869d0fcb2279cdf43850526622 /engines/cryo/video.h
parent9410c8563bab7867e6e28c3871812e5d1e469f16 (diff)
downloadscummvm-rg350-2b4b3a3daf1db4f4c63745ba2129162c8d3e8ffa.tar.gz
scummvm-rg350-2b4b3a3daf1db4f4c63745ba2129162c8d3e8ffa.tar.bz2
scummvm-rg350-2b4b3a3daf1db4f4c63745ba2129162c8d3e8ffa.zip
CRYO: Move some more functions to HnmPlayer
Diffstat (limited to 'engines/cryo/video.h')
-rw-r--r--engines/cryo/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cryo/video.h b/engines/cryo/video.h
index fdb0d2403c..61021c5208 100644
--- a/engines/cryo/video.h
+++ b/engines/cryo/video.h
@@ -88,6 +88,8 @@ public:
void deallocMemory(hnm_t *hnm);
void setFinalBuffer(hnm_t *hnm, byte *buffer);
int getFrameNum(hnm_t *hnm);
+ hnm_t *resetInternals(int preload_size); // TODO: Remove useless parameter
+ void setFile(hnm_t *hnm, file_t *file);
soundchannel_t *getSoundChannel();
};