Galactic Bloodshed
dosector.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 DOSECTOR_H
6 #define DOSECTOR_H
7 
8 #include "gb/vars.h"
9 
10 void produce(startype *, const Planet &, Sector &);
11 void spread(const Planet &, Sector &, int, int, SectorMap &);
12 void explore(const Planet &, Sector &, int, int, int);
13 
14 #endif // DOSECTOR_H
void explore(const Planet &, Sector &, int, int, int)
Definition: dosector.cc:170
void spread(const Planet &, Sector &, int, int, SectorMap &)
Definition: dosector.cc:108
void produce(startype *, const Planet &, Sector &)
Definition: dosector.cc:21