|
Galactic Bloodshed
|
#include "gb/victory.h"#include <cstdio>#include <cstdlib>#include <cstring>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/races.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| static auto constexpr | victory_sort (const void *A, const void *B) |
| void | victory (const command_t &argv, GameObj &g) |
| void | create_victory_list (struct vic vic[MAXPLAYERS]) |
Definition at line 60 of file victory.cc.
Referenced by power(), and victory().
Definition at line 29 of file victory.cc.
References create_victory_list().
|
static |
Definition at line 16 of file victory.cc.
1.8.13