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