|
Galactic Bloodshed
|
#include "gb/prof.h"#include <cstdio>#include <cstdlib>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/races.h"#include "gb/ships.h"#include "gb/shlmisc.h"#include "gb/shootblast.h"#include "gb/tweakables.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| static int | round_perc (int, Race *, int) |
| static char * | Estimate_f (double, Race *, int) |
| void | whois (const command_t &argv, GameObj &g) |
| void | treasury (const command_t &, GameObj &g) |
| void | profile (const command_t &argv, GameObj &g) |
| char * | Estimate_i (int data, Race *r, int p) |
Variables | |
| static char | est_buf [20] |
|
static |
Definition at line 282 of file prof.cc.
References est_buf, and round_perc().
Referenced by profile().
| char* Estimate_i | ( | int | data, |
| Race * | r, | ||
| int | p | ||
| ) |
Definition at line 301 of file prof.cc.
References est_buf, and round_perc().
Referenced by block(), prepare_output_line(), and profile().
Definition at line 83 of file prof.cc.
References Estimate_f(), Estimate_i(), gun_range(), and tele_range().
|
static |
Definition at line 320 of file prof.cc.
Referenced by Estimate_f(), and Estimate_i().
|
static |
Definition at line 280 of file prof.cc.
Referenced by Estimate_f(), and Estimate_i().
1.8.13