Galactic Bloodshed
bombard.h
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 #ifndef AUTOSHOOT_H
6 #define AUTOSHOOT_H
7 
8 #include "gb/races.h"
9 #include "gb/ships.h"
10 #include "gb/vars.h"
11 
12 int bombard(Ship *, Planet *, Race *);
13 
14 #endif // AUTOSHOOT_H
int bombard(Ship *, Planet *, Race *)
Definition: bombard.cc:26