|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "gamesnd/gamesnd.h"#include "globalincs/globals.h"#include "globalincs/pstypes.h"#include "graphics/generic.h"#include "hud/hudparse.h"#include "mission/missionbriefcommon.h"Go to the source code of this file.
Classes | |
| struct | thrust_pair_bitmap |
| struct | thrust_pair |
| struct | thrust_info |
| class | species_info |
Typedefs | |
| typedef struct thrust_pair_bitmap | thrust_pair_bitmap |
| typedef struct thrust_pair | thrust_pair |
| typedef struct thrust_info | thrust_info |
Functions | |
| void | species_init () |
Variables | |
| SCP_vector< species_info > | Species_info |
| typedef struct thrust_info thrust_info |
| typedef struct thrust_pair thrust_pair |
| typedef struct thrust_pair_bitmap thrust_pair_bitmap |
| void species_init | ( | ) |
Definition at line 357 of file species_defs.cpp.
| SCP_vector<species_info> Species_info |
Definition at line 19 of file species_defs.cpp.