Galactic Bloodshed
makestar.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 MAKESTAR_H
6 #define MAKESTAR_H
7 
8 #include "gb/vars.h"
9 
10 int Temperature(double dist, int stemp);
11 void Makestar_init();
12 startype *Makestar(int);
13 void Makeplanet_init();
14 void PrintStatistics();
15 
16 #endif // MAKESTAR_H
startype * Makestar(int)
Definition: makestar.cc:213
void Makestar_init()
Definition: makestar.cc:190
void PrintStatistics()
Definition: makestar.cc:72
int Temperature(double dist, int stemp)
Definition: makestar.cc:68
void Makeplanet_init()
Definition: makestar.cc:174