mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
#include <wrappDef.h>
Public Member Functions | |
System () | |
Public Attributes | |
unsigned int | systemnumber |
std::string | name |
unsigned int | posx |
unsigned int | posy |
govTypes | government |
econTypes | economy |
unsigned int | techLevel |
unsigned int | population |
unsigned int | productivity |
unsigned int | radius |
std::string | description |
Description of planet systems
Definition at line 36 of file wrappDef.h.
|
inline |
Definition at line 37 of file wrappDef.h.
std::string System::description |
Definition at line 50 of file wrappDef.h.
econTypes System::economy |
Definition at line 45 of file wrappDef.h.
govTypes System::government |
Definition at line 44 of file wrappDef.h.
std::string System::name |
Definition at line 42 of file wrappDef.h.
unsigned int System::population |
Definition at line 47 of file wrappDef.h.
unsigned int System::posx |
Definition at line 43 of file wrappDef.h.
unsigned int System::posy |
Definition at line 43 of file wrappDef.h.
unsigned int System::productivity |
Definition at line 48 of file wrappDef.h.
unsigned int System::radius |
Definition at line 49 of file wrappDef.h.
unsigned int System::systemnumber |
Definition at line 41 of file wrappDef.h.
unsigned int System::techLevel |
Definition at line 46 of file wrappDef.h.