Starshatter_Open
Open source Starshatter engine
|
#include <ShipDesign.h>
Public Member Functions | |
ShipLoad () |
Static Public Member Functions | |
static const char * | TYPENAME () |
Public Attributes | |
char | name [64] |
int | load [16] |
double | mass |
Definition at line 48 of file ShipDesign.h.
ShipLoad::ShipLoad | ( | ) |
Definition at line 115 of file ShipDesign.cpp.
|
inlinestatic |
Definition at line 51 of file ShipDesign.h.
int ShipLoad::load[16] |
Definition at line 56 of file ShipDesign.h.
double ShipLoad::mass |
Definition at line 57 of file ShipDesign.h.
char ShipLoad::name[64] |
Definition at line 55 of file ShipDesign.h.