FS2_Open
Open source remastering of the Freespace 2 engine
wing.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 #include "Management.h"
13 
14 int create_wing();
15 void remove_wing(int wing_num);
16 void remove_ship_from_wing(int ship, int min = 1);
17 void mark_wing(int wing);
18 int delete_wing(int wing = cur_wing, int bypass = 0);
void remove_ship_from_wing(int ship, int min=1)
Definition: wing.cpp:160
int cur_wing
Definition: management.cpp:77
Definition: ship.h:1516
void mark_wing(int wing)
Definition: wing.cpp:60
Definition: ship.h:534
int delete_wing(int wing=cur_wing, int bypass=0)
Definition: wing.cpp:72
int create_wing()
Definition: wing.cpp:217
void remove_wing(int wing_num)
Definition: wing.cpp:117