|
Galactic Bloodshed
|
#include "gb/vars.h"Go to the source code of this file.
Functions | |
| int | Temperature (double dist, int stemp) |
| void | Makestar_init () |
| startype * | Makestar (int) |
| void | Makeplanet_init () |
| void | PrintStatistics () |
| void Makeplanet_init | ( | ) |
Definition at line 174 of file makestar.cc.
References namepcount, numplist, planet_list, and rand_list().
Referenced by main().
| startype* Makestar | ( | int | ) |
Definition at line 213 of file makestar.cc.
References Fertsects, getsmap(), Makeplanet(), maxplanets, minplanets, Nametypes, NextPlanetName(), NextStarName(), Numsects, Numtypes, place_star(), PLANET_DIST_MAX, PLANET_DIST_MIN, printplaninfo, printstarinfo, putplanet(), Resource, and Temperature().
Referenced by main().
| void Makestar_init | ( | ) |
Definition at line 190 of file makestar.cc.
References namestcount, numslist, rand_list(), and star_list.
Referenced by main().
| void PrintStatistics | ( | ) |
| int Temperature | ( | double | dist, |
| int | stemp | ||
| ) |
Definition at line 68 of file makestar.cc.
Referenced by Makeplanet(), and Makestar().
1.8.13