mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +00:00
8 lines
88 B
C
8 lines
88 B
C
|
|
||
|
#ifndef __movie_h__
|
||
|
#define __movie_h__
|
||
|
|
||
|
void PlayMovie(const char *fileName);
|
||
|
|
||
|
#endif
|