mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-07 21:41:07 +00:00
7 lines
85 B
C++
7 lines
85 B
C++
#include "i_movie.h"
|
|
|
|
int I_PlayMovie (const char *movie)
|
|
{
|
|
return MOVIE_Failed;
|
|
}
|
|
|