aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-13 13:56:20 -0800
committerEugene Sandulenko2017-01-25 22:42:06 +0100
commit0d094b7b7b23269bfada185325ba7a0ded306f82 (patch)
tree3899dff03740247a5d9628d658af46c4e9d73fd2 /engines/cryo/cryolib.h
parent0c217c2e8cbc29cfa49a7d5a1fc29086d14384b2 (diff)
downloadscummvm-rg350-0d094b7b7b23269bfada185325ba7a0ded306f82.tar.gz
scummvm-rg350-0d094b7b7b23269bfada185325ba7a0ded306f82.tar.bz2
scummvm-rg350-0d094b7b7b23269bfada185325ba7a0ded306f82.zip
CRYO: change some variables to boolean, some renaming
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 29901c48aa..b568657623 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -252,9 +252,6 @@ void CLScreenView_CenterIn(View *view);
void CRYOLib_ManagersInit();
void CRYOLib_ManagersDone();
-void CLDesktop_TestOpenFileAtStartup();
-
-
void CLHNM_DecompLempelZiv(byte *buffer, byte *output);
void CLHNM_DecompUBA(byte *output, byte *curr_buffer, byte *prev_buffer,
byte *input, int width, char flags);
@@ -290,7 +287,6 @@ bool CLHNM_NextElement(hnm_t *hnm);
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_Desentrelace320(byte *frame_buffer, byte *final_buffer, uint16 height);