aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-27 14:45:28 -0800
committerEugene Sandulenko2017-01-25 22:42:08 +0100
commit61998c7a996a52e6988c48275e3a784aa9a2901a (patch)
treeb8a4b8792af26f4a343aa0df81c37932dda6a746 /engines/cryo/cryolib.h
parentb735962436c2f33a877f623d92b61a4a46680fb3 (diff)
downloadscummvm-rg350-61998c7a996a52e6988c48275e3a784aa9a2901a.tar.gz
scummvm-rg350-61998c7a996a52e6988c48275e3a784aa9a2901a.tar.bz2
scummvm-rg350-61998c7a996a52e6988c48275e3a784aa9a2901a.zip
CRYO: Move some more functions to HnmPlayer
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 2daed71034..4c2d81965f 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -252,27 +252,13 @@ void CLScreenView_CenterIn(View *view);
void CRYOLib_ManagersInit();
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_Done();
hnm_t *CLHNM_New(int preload_size);
void CLHNM_Dispose(hnm_t *hnm);
void CLHNM_SetFile(hnm_t *hnm, file_t *file);
-void CLHNM_SetFinalBuffer(hnm_t *hnm, byte *buffer);
-void CLHNM_AllocMemory(hnm_t *hnm);
-void CLHNM_DeallocMemory(hnm_t *hnm);
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);
-bool CLHNM_LoadFrame(hnm_t *hnm);
void CLHNM_WantsSound(int16 sound);
void CLHNM_SoundMono(int16 is_mono);
-void CLHNM_ReadHeader(hnm_t *hnm);
-int16 CLHNM_GetVersion(hnm_t *hnm);
-int CLHNM_GetFrameNum(hnm_t *hnm);
-void CLHNM_Desentrelace320(byte *frame_buffer, byte *final_buffer, uint16 height);
} // End of namespace Cryo