mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-08 05:51:09 +00:00
cf11cbdb30
SVN r4 (trunk)
7 lines
92 B
C++
7 lines
92 B
C++
#include "i_movie.h"
|
|
|
|
int I_PlayMovie (const char *movie)
|
|
{
|
|
return MOVIE_Failed;
|
|
}
|
|
|