Galactic Bloodshed
Functions | Variables
makeuniv.h File Reference
#include "gb/vars.h"
Include dependency graph for makeuniv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void place_star (startype *)
 

Variables

int autoname_plan
 
int autoname_star
 
int minplanets
 
int maxplanets
 
int printplaninfo
 
int printstarinfo
 

Function Documentation

◆ place_star()

void place_star ( startype )

Definition at line 228 of file makeuniv.cc.

References occupied.

Referenced by Makestar().

Here is the caller graph for this function:

Variable Documentation

◆ autoname_plan

int autoname_plan

Definition at line 32 of file makeuniv.cc.

Referenced by main(), and NextPlanetName().

◆ autoname_star

int autoname_star

Definition at line 31 of file makeuniv.cc.

Referenced by main(), and NextStarName().

◆ maxplanets

int maxplanets

Definition at line 34 of file makeuniv.cc.

Referenced by main(), and Makestar().

◆ minplanets

int minplanets

Definition at line 33 of file makeuniv.cc.

Referenced by main(), and Makestar().

◆ printplaninfo

int printplaninfo

Definition at line 35 of file makeuniv.cc.

Referenced by main(), and Makestar().

◆ printstarinfo

int printstarinfo

Definition at line 36 of file makeuniv.cc.

Referenced by main(), and Makestar().