Galactic Bloodshed
makeplanet.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 MAKEPLANET_H
6 #define MAKEPLANET_H
7 
8 #include "gb/vars.h"
9 
10 Planet Makeplanet(double, short, PlanetType);
11 
12 #endif // MAKEPLANET_H
Planet Makeplanet(double, short, PlanetType)
Definition: makeplanet.cc:86