]> icculus.org git repositories - taylor/freespace2.git/blob - include/fishtank.h
proper padding of PXO stats struct for FS2 demo
[taylor/freespace2.git] / include / fishtank.h
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
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/MenuUI/fishtank.h $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * bloop
16  *
17  * $Log$
18  * Revision 1.2  2002/06/09 04:41:13  relnev
19  * added copyright header
20  *
21  * Revision 1.1.1.1  2002/05/03 03:28:12  root
22  * Initial import.
23  *
24  * 
25  * 2     8/26/99 9:45a Dave
26  * First pass at easter eggs and cheats.
27  * 
28  *
29  * $NoKeywords: $
30  */
31
32 #ifndef __FISHTANK_H__
33 #define __FISHTANK_H__
34
35 void fishtank_start();
36 void fishtank_stop();
37 void fishtank_process();
38
39 #endif /* __CREDITS_H__ */
40