Galactic Bloodshed
doplanet.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 DOPLANET_H
6 #define DOPLANET_H
7 
8 #include "gb/ships.h"
9 #include "gb/vars.h"
10 
11 int doplanet(const int, Planet *, const int);
12 
13 #endif // DOPLANET_H
int doplanet(const int, Planet *, const int)
Definition: doplanet.cc:48