22 #ifndef TITANIC_IMAGE_DECODERS_H 23 #define TITANIC_IMAGE_DECODERS_H 25 #include "image/jpeg.h" 26 #include "image/tga.h" 27 #include "titanic/support/string.h" 28 #include "titanic/support/simple_file.h" 29 #include "titanic/support/video_surface.h"
Definition: image_decoders.h:33
Definition: image_decoders.h:41
void decode(OSVideoSurface &surface, const CString &name)
Definition: video_surface.h:353