|
UFO: Alien Invasion
|
Header file for OGM cinematics. More...
#include "../../shared/ufotypes.h"

Go to the source code of this file.
Functions | |
| int | CIN_OGM_OpenCinematic (struct cinematic_s *cin, const char *filename) |
| void | CIN_OGM_CloseCinematic (struct cinematic_s *cin) |
| bool | CIN_OGM_RunCinematic (struct cinematic_s *cin) |
| void | CIN_OGM_Init (void) |
Header file for OGM cinematics.
Definition in file cl_cinematic_ogm.h.
| void CIN_OGM_CloseCinematic | ( | struct cinematic_s * | cin | ) |
Definition at line 774 of file cl_cinematic_ogm.cpp.
References i, long(), and ogmCin_yuvTable.
Referenced by CIN_Init().
| int CIN_OGM_OpenCinematic | ( | struct cinematic_s * | cin, |
| const char * | filename ) |
| bool CIN_OGM_RunCinematic | ( | struct cinematic_s * | cin | ) |