Galactic Bloodshed
makeuniv.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 MAKEUNIV_H
6 #define MAKEUNIV_H
7 
8 #include "gb/vars.h"
9 
10 void place_star(startype *);
11 
12 extern int autoname_plan;
13 extern int autoname_star;
14 extern int minplanets;
15 extern int maxplanets;
16 extern int printplaninfo;
17 extern int printstarinfo;
18 
19 #endif // MAKEUNIV_H
int autoname_plan
Definition: makeuniv.cc:32
int maxplanets
Definition: makeuniv.cc:34
int printstarinfo
Definition: makeuniv.cc:36
int autoname_star
Definition: makeuniv.cc:31
void place_star(startype *)
Definition: makeuniv.cc:228
int printplaninfo
Definition: makeuniv.cc:35
int minplanets
Definition: makeuniv.cc:33