warzone2100/lib/sequence/dec130.c

13 lines
287 B
C

// FIXME Stubfile!
#include "rpl_reader.h"
#include "lib/framework/macros.h"
// Replace this with a function that actually decodes the video.
WZ_DEPRECATED unsigned int dec130_decode(RPL* rpl, char* _in,
unsigned int in_size, char* out) // FIXME Remove if unused
{
return 0;
}