FS2_Open
Open source remastering of the Freespace 2 engine
movie.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef _MOVIE_HEADER_FILE
13 #define _MOVIE_HEADER_FILE
14 
15 extern const char *movie_ext_list[];
16 extern const int NUM_MOVIE_EXT;
17 
18 bool movie_play(char *name);
19 void movie_play_two(char *name1, char *name2);
20 
21 #endif
void movie_play_two(char *name1, char *name2)
Definition: movie.cpp:159
const int NUM_MOVIE_EXT
Definition: movie.cpp:29
bool movie_play(char *name)
Definition: movie.cpp:72
const char * movie_ext_list[]
Definition: movie.cpp:28
GLuint const GLchar * name
Definition: Glext.h:5608