qzdoom/src/posix/i_movie.cpp

8 lines
85 B
C++

#include "i_movie.h"
int I_PlayMovie (const char *movie)
{
return MOVIE_Failed;
}