|
Galactic Bloodshed
|
#include "gb/survey.h"#include <strings.h>#include <cctype>#include <cstdio>#include <cstdlib>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/csp.h"#include "gb/csp_types.h"#include "gb/files_shl.h"#include "gb/fire.h"#include "gb/getplace.h"#include "gb/map.h"#include "gb/max.h"#include "gb/races.h"#include "gb/ships.h"#include "gb/tweakables.h"#include "gb/vars.h"Go to the source code of this file.
Macros | |
| #define | MAX_SHIPS_PER_SECTOR 10 |
Functions | |
| static void | get4args (const char *, int *, int *, int *, int *) |
| void | survey (const command_t &argv, GameObj &g) |
| void | repair (const command_t &argv, GameObj &g) |
Variables | |
| static const char * | Tox [] |
|
static |
Definition at line 382 of file survey.cc.
References getplanet(), getsmap(), putplanet(), and putsector().
Definition at line 47 of file survey.cc.
References compatibility(), desshow(), getplanet(), getsmap(), gravity(), maxsupport(), and Tox.
|
static |
Definition at line 31 of file survey.cc.
Referenced by survey().
1.8.13