mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-21 14:50:44 +00:00
8 lines
88 B
C
8 lines
88 B
C
|
|
||
|
#ifndef __movie_h__
|
||
|
#define __movie_h__
|
||
|
|
||
|
void PlayMovie(const char *fileName);
|
||
|
|
||
|
#endif
|