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

Go to the source code of this file.

Functions

void colonies (const command_t &, GameObj &)
 
void distance (const command_t &, GameObj &)
 
void exploration (const command_t &, GameObj &)
 
void star_locations (const command_t &, GameObj &)
 

Function Documentation

◆ colonies()

void colonies ( const command_t ,
GameObj  
)

Definition at line 63 of file colonies.cc.

References anonymous_namespace{colonies.cc}::colonies_at_star(), and getsdata().

Here is the call graph for this function:

◆ distance()

void distance ( const command_t ,
GameObj  
)

Definition at line 24 of file explore.cc.

References getplanet().

Here is the call graph for this function:

◆ exploration()

void exploration ( const command_t ,
GameObj  
)

Definition at line 123 of file explore.cc.

References compatibility(), getplanet(), getsdata(), and getstar().

Here is the call graph for this function:

◆ star_locations()

void star_locations ( const command_t ,
GameObj  
)

Definition at line 96 of file explore.cc.