|
Galactic Bloodshed
|
#include "gb/vars.h"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 |
| void place_star | ( | startype * | ) |
Definition at line 228 of file makeuniv.cc.
References occupied.
Referenced by Makestar().
| int autoname_plan |
Definition at line 32 of file makeuniv.cc.
Referenced by main(), and NextPlanetName().
| int autoname_star |
Definition at line 31 of file makeuniv.cc.
Referenced by main(), and NextStarName().
| int maxplanets |
Definition at line 34 of file makeuniv.cc.
Referenced by main(), and Makestar().
| int minplanets |
Definition at line 33 of file makeuniv.cc.
Referenced by main(), and Makestar().
| int printplaninfo |
Definition at line 35 of file makeuniv.cc.
Referenced by main(), and Makestar().
| int printstarinfo |
Definition at line 36 of file makeuniv.cc.
Referenced by main(), and Makestar().
1.8.13