| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include <missionbriefcommon.h>
Public Member Functions | |
| briefing () | |
Public Attributes | |
| int | num_stages | 
| brief_stage | stages [MAX_BRIEF_STAGES] | 
| char | background [GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
| char | ship_select_background [GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
| char | weapon_select_background [GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
Definition at line 181 of file missionbriefcommon.h.
      
  | 
  inline | 
Definition at line 190 of file missionbriefcommon.h.
| char briefing::background[GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
Definition at line 186 of file missionbriefcommon.h.
| int briefing::num_stages | 
Definition at line 184 of file missionbriefcommon.h.
| char briefing::ship_select_background[GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
Definition at line 187 of file missionbriefcommon.h.
| brief_stage briefing::stages[MAX_BRIEF_STAGES] | 
Definition at line 185 of file missionbriefcommon.h.
| char briefing::weapon_select_background[GR_NUM_RESOLUTIONS][MAX_FILENAME_LEN] | 
Definition at line 188 of file missionbriefcommon.h.