Galactic Bloodshed
gb
creator
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
Makestar
startype * Makestar(int)
Definition:
makestar.cc:213
Makestar_init
void Makestar_init()
Definition:
makestar.cc:190
PrintStatistics
void PrintStatistics()
Definition:
makestar.cc:72
Temperature
int Temperature(double dist, int stemp)
Definition:
makestar.cc:68
Makeplanet_init
void Makeplanet_init()
Definition:
makestar.cc:174
Generated by
1.8.13