FS2_Open
Open source remastering of the Freespace 2 engine
lab.h
Go to the documentation of this file.
1 /*
2  * lab.h
3  * created by WMCoolmon
4  *
5  * You may not sell or otherwise commercially exploit the source or things you
6  * create based on the source.
7  *
8  */
9 
10 
11 
12 void lab_init();
13 void lab_close();
14 void lab_do_frame(float frametime);
void lab_close()
Definition: lab.cpp:2624
void lab_init()
Definition: lab.cpp:2381
void lab_do_frame(float frametime)
Definition: lab.cpp:2456