]> icculus.org git repositories - taylor/freespace2.git/blob - include/fishtank.h
Initial revision
[taylor/freespace2.git] / include / fishtank.h
1 /*
2  * $Logfile: /Freespace2/code/MenuUI/fishtank.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * bloop
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     8/26/99 9:45a Dave
15  * First pass at easter eggs and cheats.
16  * 
17  *
18  * $NoKeywords: $
19  */
20
21 #ifndef __FISHTANK_H__
22 #define __FISHTANK_H__
23
24 void fishtank_start();
25 void fishtank_stop();
26 void fishtank_process();
27
28 #endif /* __CREDITS_H__ */
29