aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-27 12:47:04 -0800
committerEugene Sandulenko2017-01-25 22:42:08 +0100
commitb735962436c2f33a877f623d92b61a4a46680fb3 (patch)
tree81bcfc0a55f70a7f793b04654bfe43308744cb68 /engines/cryo/cryolib.h
parent899d22805f65ac9907bb46359efcc042aaf1b865 (diff)
downloadscummvm-rg350-b735962436c2f33a877f623d92b61a4a46680fb3.tar.gz
scummvm-rg350-b735962436c2f33a877f623d92b61a4a46680fb3.tar.bz2
scummvm-rg350-b735962436c2f33a877f623d92b61a4a46680fb3.zip
CRYO: Move some functions from cryolib to HnmPlayer
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 7b7799ad2f..2daed71034 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -255,14 +255,7 @@ void CRYOLib_ManagersDone();
void CLHNM_DecompLempelZiv(byte *buffer, byte *output);
void CLHNM_DecompUBA(byte *output, byte *curr_buffer, byte *prev_buffer,
byte *input, int width, char flags);
-void CLHNM_Init();
void CLHNM_Done();
-void CLHNM_SetupTimer(float rate);
-void CLHNM_WaitLoop(hnm_t *hnm);
-void CLHNM_SetupSound(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode);
-void CLHNM_SetupSoundADPCM(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode);
-void CLHNM_CloseSound();
-void CLHNM_SetForceZero2Black(bool forceblack);
hnm_t *CLHNM_New(int preload_size);
void CLHNM_Dispose(hnm_t *hnm);
void CLHNM_SetFile(hnm_t *hnm, file_t *file);
@@ -273,17 +266,9 @@ void CLHNM_CanLoop(hnm_t *hnm, bool canLoop);
void CLHNM_SelectBuffers(hnm_t *hnm);
void CLHNM_ChangePalette(hnm_t *hnm);
void CLHNM_Desentrelace(hnm_t *hnm);
-void CLHNM_FlushPreloadBuffer(hnm_t *hnm);
-soundchannel_t *CLHNM_GetSoundChannel();
-void CLHNM_ResetInternalTimer();
-void CLHNM_Reset(hnm_t *hnm);
bool CLHNM_LoadFrame(hnm_t *hnm);
void CLHNM_WantsSound(int16 sound);
-void CLHNM_LoadDecompTable(int16 *buffer);
-void CLHNM_DecompADPCM(byte *buffer, int16 *output, int size);
-void CLHNM_SoundInADPCM(int16 is_adpcm);
void CLHNM_SoundMono(int16 is_mono);
-bool CLHNM_NextElement(hnm_t *hnm);
void CLHNM_ReadHeader(hnm_t *hnm);
int16 CLHNM_GetVersion(hnm_t *hnm);
int CLHNM_GetFrameNum(hnm_t *hnm);