|
Galactic Bloodshed
|
#include "gb/bombard.h"#include <cstdio>#include <cstdlib>#include <cstring>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/files.h"#include "gb/files_shl.h"#include "gb/max.h"#include "gb/perm.h"#include "gb/races.h"#include "gb/ships.h"#include "gb/shootblast.h"#include "gb/tele.h"#include "gb/tweakables.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| int | bombard (Ship *ship, Planet *planet, Race *r) |
Definition at line 26 of file bombard.cc.
References getsmap(), Getxysect(), post(), prin_ship_orbits(), putsmap(), and shoot_ship_to_planet().
1.8.13