|
Galactic Bloodshed
|
#include "gb/declare.h"#include <cstdio>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/config.h"#include "gb/files.h"#include "gb/files_shl.h"#include "gb/races.h"#include "gb/shlmisc.h"#include "gb/tele.h"#include "gb/tweakables.h"#include "gb/utils/rand.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| static void | show_votes (int, int) |
| void | invite (const command_t &argv, GameObj &g) |
| void | pledge (const command_t &argv, GameObj &g) |
| void | declare (const command_t &argv, GameObj &g) |
| void | vote (const command_t &argv, GameObj &g) |
Definition at line 138 of file declare.cc.
References deductAPs(), enufAP(), post(), and putrace().
Definition at line 26 of file declare.cc.
References post(), and Putblock().
Definition at line 72 of file declare.cc.
References post(), and Putblock().
|
static |
Definition at line 344 of file declare.cc.
Referenced by vote().
Definition at line 271 of file declare.cc.
References putrace(), and show_votes().
1.8.13