raze/source/exhumed/src/movie.h

8 lines
88 B
C
Raw Normal View History

#ifndef __movie_h__
#define __movie_h__
void PlayMovie(const char *fileName);
#endif