FS2_Open
Open source remastering of the Freespace 2 engine
missionloopbrief.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 __FS2_CAMPAIGN_LOOP_BRIEF_HEADER_FILE
13 #define __FS2_CAMPAIGN_LOOP_BRIEF_HEADER_FILE
14 
15 // ---------------------------------------------------------------------------------------------------------------------------------------
16 // MISSION LOOP BRIEF DEFINES/VARS
17 //
18 
19 
20 // ---------------------------------------------------------------------------------------------------------------------------------------
21 // MISSION LOOP BRIEF FUNCTIONS
22 //
23 
24 // init
25 void loop_brief_init();
26 
27 // do
28 void loop_brief_do(float frametime);
29 
30 // close
31 void loop_brief_close();
32 
33 #endif
void loop_brief_close()
void loop_brief_init()
void loop_brief_do(float frametime)