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 __FISHTANK_H__
13 #define __FISHTANK_H__
14 
15 void fishtank_start();
16 void fishtank_stop();
17 void fishtank_process();
18 
19 #endif /* __FISHTANK_H__ */
20