FS2_Open
Open source remastering of the Freespace 2 engine
multi_update.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 _FREESPACE_AUTOUPDATE_THINGIE_HEADER_FILE
13 #define _FREESPACE_AUTOUPDATE_THINGIE_HEADER_FILE
14 
15 // -------------------------------------------------------------------------------------------------------------------
16 // MULTI UPDATE DEFINES/VARS
17 //
18 
19 // operation return codes
20 #define MULTI_UPDATE_CONTINUE 0 // continue to next screen
21 #define MULTI_UPDATE_SHUTTING_DOWN 1 // freespace is exiting to the launcher
22 #define MULTI_UPDATE_MAIN_MENU 2 // caller should move back to the main menu
23 
24 
25 // -------------------------------------------------------------------------------------------------------------------
26 // MULTI UPDATE FUNCTIONS
27 //
28 
29 // check to see if the version of FS on this machine is not recent. run in a popup
30 // if the versions don't check out, bail to the launcher
31 // see MULTI_UPDATE_* return codes, above
33 
34 
35 #endif
int multi_update_gobaby()