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

Go to the source code of this file.

Functions

int Temperature (double dist, int stemp)
 
void Makestar_init ()
 
startypeMakestar (int)
 
void Makeplanet_init ()
 
void PrintStatistics ()
 

Function Documentation

◆ Makeplanet_init()

void Makeplanet_init ( )

Definition at line 174 of file makestar.cc.

References namepcount, numplist, planet_list, and rand_list().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Makestar()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Makestar_init()

void Makestar_init ( )

Definition at line 190 of file makestar.cc.

References namestcount, numslist, rand_list(), and star_list.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PrintStatistics()

void PrintStatistics ( )

Definition at line 72 of file makestar.cc.

References Fertsects, Nametypes, Numsects, Numtypes, and Resource.

Referenced by main().

Here is the caller graph for this function:

◆ Temperature()

int Temperature ( double  dist,
int  stemp 
)

Definition at line 68 of file makestar.cc.

Referenced by Makeplanet(), and Makestar().

Here is the caller graph for this function: