205 if ((i % 2 == 0 && ship->
fuel > (i/2))
206 || (i % 2 == 1 && ship->
propulsion > (i/2))) {
#define BV_ISSET(bv, bit)
@ SSHIP_PLACE_LIFE_SUPPORT
@ SSHIP_PLACE_SOLAR_PANELS
#define fc_assert(condition)
#define fc_assert_ret_val(condition, val)
int num_spaceship_structurals_placed(const struct player_spaceship *ship)
bool next_spaceship_component(struct player *pplayer, struct player_spaceship *ship, struct spaceship_component *fill)
void spaceship_init(struct player_spaceship *ship)
const struct sship_part_info structurals_info[NUM_SS_STRUCTURALS]
const struct sship_part_info modules_info[NUM_SS_MODULES]
const struct sship_part_info components_info[NUM_SS_COMPONENTS]
#define NUM_SS_COMPONENTS
#define NUM_SS_STRUCTURALS
bv_spaceship_structure structure
enum spaceship_state state
enum spaceship_place_type type