FS2_Open
Open source remastering of the Freespace 2 engine
credits.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 __CREDITS_H__
13 #define __CREDITS_H__
14 
15 void credits_init();
16 void credits_do_frame(float frametime);
17 void credits_close();
18 
19 void credits_stop_music(bool fade);
20 
21 #endif /* __CREDITS_H__ */
void credits_init()
Definition: credits.cpp:420
void credits_stop_music(bool fade)
Definition: credits.cpp:223
void credits_close()
Definition: credits.cpp:643
void credits_do_frame(float frametime)
Definition: credits.cpp:666