aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-10 15:37:48 -0800
committerEugene Sandulenko2017-01-25 22:42:05 +0100
commitbd9cabd2c949856516d73416300a779a73c7ee82 (patch)
treec1f16919acec8bb673e3fffd2c800cbca71a90d3 /engines/cryo/cryolib.h
parent91de8658f51ba83db95ab8379c07076204f89485 (diff)
downloadscummvm-rg350-bd9cabd2c949856516d73416300a779a73c7ee82.tar.gz
scummvm-rg350-bd9cabd2c949856516d73416300a779a73c7ee82.tar.bz2
scummvm-rg350-bd9cabd2c949856516d73416300a779a73c7ee82.zip
CRYO: Remove two setPos functions
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 61afda0dca..94964e05de 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -215,7 +215,6 @@ void CLPalette_Send2Screen(struct color_t *palette, uint16 first, uint16 count);
void CLPalette_BeSystem();
void CLFile_MakeStruct(int a3, int a4, const char *name, filespec_t *fs);
-void CLFile_SetPosition(file_t &handle, int16 mode, int32 pos);
void CLFile_Write(file_t &handle, void *buffer, int32 *size);
void CLSound_PrepareSample(sound_t *sound, int16 mode);
@@ -293,7 +292,6 @@ void CLHNM_ReadHeader(hnm_t *hnm);
int16 CLHNM_GetVersion(hnm_t *hnm);
int CLHNM_GetFrameNum(hnm_t *hnm);
void CLHNM_Prepare2Read(hnm_t *hnm, int mode);
-void CLHNM_SetPosIntoFile(hnm_t *hnm, int32 pos);
void CLHNM_Desentrelace320(byte *frame_buffer, byte *final_buffer, uint16 height);