2 #ifndef WORLDSIM_GOVERNMENT_HPP 3 #define WORLDSIM_GOVERNMENT_HPP 35 #endif // WORLDSIM_GOVERNMENT_HPP Definition: Government_Position.hpp:36
Definition: Government_Position.hpp:43
Vector< Government_Position > vWorkers
Definition: Government.hpp:22
Definition: Government_Position.hpp:28
Government()
Definition: Government.cpp:268
bool needsLeader()
Definition: Government.cpp:302
void setCaptain(Character *character)
Definition: Government.cpp:317
void setLeader(Character *character)
Definition: Government.cpp:307
Government_Leader leader
Definition: Government.hpp:18
Government & operator=(const Government &other)
Definition: Government.cpp:278
Definition: Settlement.hpp:15
Settlement * governedSettlement
Definition: Government.hpp:17
Government_Captain captain
Definition: Government.hpp:20
Definition: Character.hpp:38
void governDaily()
Definition: Government.cpp:290
void setScribe(Character *character)
Definition: Government.cpp:312
Government_Scribe scribe
Definition: Government.hpp:19
Definition: Government.hpp:14