aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-28 22:33:39 -0800
committerEugene Sandulenko2017-01-25 22:42:09 +0100
commit944524be92991743568d3c8a6229cd44c2f67822 (patch)
treeb1836d2c16fecb7008d344b7c4e0e7c7e235e666 /engines/cryo/cryolib.h
parent488e681e849bed8ad89dc997939e2798a87ada39 (diff)
downloadscummvm-rg350-944524be92991743568d3c8a6229cd44c2f67822.tar.gz
scummvm-rg350-944524be92991743568d3c8a6229cd44c2f67822.tar.bz2
scummvm-rg350-944524be92991743568d3c8a6229cd44c2f67822.zip
CRYO: 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 cbb01259b2..b2d1b7a5e0 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -173,10 +173,6 @@ struct soundchannel_t {
};
typedef struct soundchannel_t soundchannel_t;
-extern volatile int32 TimerTicks;
-extern View ScreenView;
-
-
soundgroup_t *CLSoundGroup_New(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode);
void CLSoundGroup_Free(soundgroup_t *sg);
void CLSoundGroup_Reverse16All(soundgroup_t *sg);