FS2_Open
Open source remastering of the Freespace 2 engine
fishtank.h
Go to the documentation of this file.
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__ */
void fishtank_process()
Definition: fishtank.cpp:204
void fishtank_start()
Definition: fishtank.cpp:143
void fishtank_stop()
Definition: fishtank.cpp:176