]> icculus.org git repositories - taylor/freespace2.git/blob - include/credits.h
Initial revision
[taylor/freespace2.git] / include / credits.h
1 /*
2  * $Logfile: /Freespace2/code/MenuUI/Credits.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * C header file for displaying game credits
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     10/07/98 10:53a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:49a Dave
18  * 
19  * 3     8/31/97 6:38p Lawrance
20  * pass in frametime to do_frame loop
21  * 
22  * 2     4/22/97 11:06a Lawrance
23  * credits music playing, credits screen is a separate state
24  *
25  * $NoKeywords: $
26  */
27
28 #ifndef __CREDITS_H__
29 #define __CREDITS_H__
30
31 void credits_init();
32 void credits_do_frame(float frametime);
33 void credits_close();
34
35 #endif /* __CREDITS_H__ */
36