mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
#include <Structures.h>
Public Member Functions | |
SystemInfo () | |
Public Attributes | |
std::string | name |
Position | pos |
float | size |
govTypes | government |
std::string | description |
unsigned int | population |
unsigned int | productivity |
unsigned int | radius |
unsigned int | techLevel |
econTypes | economy |
unsigned int | systemNumber |
Definition at line 38 of file Structures.h.
|
inline |
Definition at line 39 of file Structures.h.
std::string SystemInfo::description |
Definition at line 44 of file Structures.h.
econTypes SystemInfo::economy |
Definition at line 49 of file Structures.h.
govTypes SystemInfo::government |
Definition at line 43 of file Structures.h.
std::string SystemInfo::name |
Definition at line 40 of file Structures.h.
unsigned int SystemInfo::population |
Definition at line 45 of file Structures.h.
Position SystemInfo::pos |
Definition at line 41 of file Structures.h.
unsigned int SystemInfo::productivity |
Definition at line 46 of file Structures.h.
unsigned int SystemInfo::radius |
Definition at line 47 of file Structures.h.
float SystemInfo::size |
Definition at line 42 of file Structures.h.
unsigned int SystemInfo::systemNumber |
Definition at line 50 of file Structures.h.
unsigned int SystemInfo::techLevel |
Definition at line 48 of file Structures.h.