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