Galactic Bloodshed
Functions
explore.cc File Reference
#include "gb/explore.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include "gb/GB_server.h"
#include "gb/buffers.h"
#include "gb/files_shl.h"
#include "gb/getplace.h"
#include "gb/map.h"
#include "gb/max.h"
#include "gb/power.h"
#include "gb/races.h"
#include "gb/ships.h"
#include "gb/tech.h"
#include "gb/tweakables.h"
#include "gb/vars.h"
Include dependency graph for explore.cc:

Go to the source code of this file.

Functions

void distance (const command_t &argv, GameObj &g)
 
void star_locations (const command_t &argv, GameObj &g)
 
void exploration (const command_t &argv, GameObj &g)
 

Function Documentation

◆ distance()

void distance ( const command_t argv,
GameObj g 
)

Definition at line 24 of file explore.cc.

References getplanet().

Here is the call graph for this function:

◆ exploration()

void exploration ( const command_t argv,
GameObj g 
)

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 argv,
GameObj g 
)

Definition at line 96 of file explore.cc.