|
Galactic Bloodshed
|
#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"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) |
Definition at line 24 of file explore.cc.
References getplanet().
Definition at line 123 of file explore.cc.
References compatibility(), getplanet(), getsdata(), and getstar().
Definition at line 96 of file explore.cc.
1.8.13