]> icculus.org git repositories - taylor/freespace2.git/blob - include/gameplayhelp.h
Initial revision
[taylor/freespace2.git] / include / gameplayhelp.h
1 /*
2  * $Logfile: /Freespace2/code/GameHelp/GameplayHelp.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Header for displaying in-game help
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:52a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:48a Dave
18  * 
19  * 2     3/09/98 9:54p Lawrance
20  * integrate new art for gameplay help
21  * 
22  * 1     3/09/98 5:05p Lawrance
23  *
24  * $NoKeywords: $
25  */
26
27 #ifndef __GAMEPLAY_HELP_H__
28 #define __GAMEPLAY_HELP_H__
29
30 void gameplay_help_init();
31 void gameplay_help_close();
32 void gameplay_help_do_frame(float frametime);
33
34 #endif
35