FS2_Open
Open source remastering of the Freespace 2 engine
wing.h File Reference
#include "Management.h"

Go to the source code of this file.

Functions

int create_wing ()
 
void remove_wing (int wing_num)
 
void remove_ship_from_wing (int ship, int min=1)
 
void mark_wing (int wing)
 
int delete_wing (int wing=cur_wing, int bypass=0)
 

Function Documentation

int create_wing ( )

Definition at line 217 of file wing.cpp.

int delete_wing ( int  wing = cur_wing,
int  bypass = 0 
)

Definition at line 72 of file wing.cpp.

void mark_wing ( int  wing)

Definition at line 60 of file wing.cpp.

void remove_ship_from_wing ( int  ship,
int  min = 1 
)

Definition at line 160 of file wing.cpp.

void remove_wing ( int  wing_num)

Definition at line 117 of file wing.cpp.