Galactic Bloodshed
gb
creator
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
autoname_plan
int autoname_plan
Definition:
makeuniv.cc:32
maxplanets
int maxplanets
Definition:
makeuniv.cc:34
printstarinfo
int printstarinfo
Definition:
makeuniv.cc:36
autoname_star
int autoname_star
Definition:
makeuniv.cc:31
place_star
void place_star(startype *)
Definition:
makeuniv.cc:228
printplaninfo
int printplaninfo
Definition:
makeuniv.cc:35
minplanets
int minplanets
Definition:
makeuniv.cc:33
Generated by
1.8.13