Galactic Bloodshed
Functions
moveship.h File Reference
#include "gb/ships.h"
#include "gb/vars.h"
Include dependency graph for moveship.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void moveship (Ship *, int, int, int)
 
void msg_OOF (Ship *)
 
int followable (Ship *, Ship *)
 

Function Documentation

◆ followable()

int followable ( Ship ,
Ship  
)

Definition at line 362 of file moveship.cc.

Referenced by moveship().

Here is the caller graph for this function:

◆ moveship()

void moveship ( Ship ,
int  ,
int  ,
int   
)

Definition at line 41 of file moveship.cc.

References do_merchant(), followable(), MoveConsts, msg_OOF(), SpeedConsts, and use_fuel().

Referenced by do_trip(), and doship().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ msg_OOF()

void msg_OOF ( Ship )

Definition at line 355 of file moveship.cc.

Referenced by do_ap(), do_quarry(), doplanet(), moveship(), plow(), and terraform().

Here is the caller graph for this function: