Galactic Bloodshed
Functions
VN.cc File Reference
#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"
Include dependency graph for VN.cc:

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)
 

Function Documentation

◆ do_VN()

void do_VN ( Ship ship)

Definition at line 33 of file VN.cc.

◆ order_berserker()

static void order_berserker ( Ship ship)
static

Definition at line 102 of file VN.cc.

◆ order_VN()

static void order_VN ( Ship ship)
static

Definition at line 120 of file VN.cc.

◆ planet_doVN()

void planet_doVN ( Ship ship,
Planet planet,
SectorMap smap 
)

Definition at line 157 of file VN.cc.