|
Galactic Bloodshed
|
#include "gb/VN.h"#include <algorithm>#include <cstdio>#include <cstdlib>#include <cstring>#include <utility>#include "gb/buffers.h"#include "gb/build.h"#include "gb/doturn.h"#include "gb/fire.h"#include "gb/load.h"#include "gb/max.h"#include "gb/perm.h"#include "gb/ships.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 | order_berserker (Ship *) |
| static void | order_VN (Ship *) |
| void | do_VN (Ship *ship) |
| void | planet_doVN (Ship *ship, Planet *planet, SectorMap &smap) |
1.8.13