[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.h,1.28,1.29
Pawel Kolodziejski
aquadran at users.sourceforge.net
Tue Apr 13 23:38:02 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: tools compress_san.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 console.h,1.18,1.19 debug.cpp,1.36,1.37 debug.h,1.11,1.12 maketext.cpp,1.39,1.40 maketext.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28076
Modified Files:
smush_player.h
Log Message:
forgot that
Index: smush_player.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- smush_player.h 13 Apr 2004 19:20:16 -0000 1.28
+++ smush_player.h 14 Apr 2004 06:37:00 -0000 1.29
@@ -100,7 +100,9 @@
void handleAnimHeader(Chunk &);
void handleFrame(Chunk &);
void handleNewPalette(Chunk &);
+#ifdef USE_ZLIB
void handleZlibFrameObject(Chunk &b);
+#endif
void handleFrameObject(Chunk &);
void handleSoundBuffer(int32, int32, int32, int32, int32, int32, Chunk &, int32);
void handleSoundFrame(Chunk &);
- Previous message: [Scummvm-cvs-logs] CVS: tools compress_san.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 console.h,1.18,1.19 debug.cpp,1.36,1.37 debug.h,1.11,1.12 maketext.cpp,1.39,1.40 maketext.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list