2 #ifndef WORLDSIM_GOVERNMENT_POSITION_HPP 3 #define WORLDSIM_GOVERNMENT_POSITION_HPP 33 virtual void recieveRequestedItem(
Item* item)
override;
50 #endif // WORLDSIM_GOVERNMENT_POSITION_HPP Definition: Government_Position.hpp:36
Definition: Government_Position.hpp:43
Definition: Government_Position.hpp:28
virtual void assign(Character *_character)
Definition: Government.cpp:41
Government_Position & operator=(const Government_Position &other)
Definition: Government.cpp:26
Government_Position(Government *_government)
Definition: Government.cpp:16
Definition: Character.hpp:38
bool operator==(const Character *otherCharacter) const
Definition: Government.cpp:36
Government * government
Definition: Government_Position.hpp:14
virtual ~Government_Position()=default
Definition: HasMoney.cpp:60
Character * character
Definition: Government_Position.hpp:15
Definition: Government_Position.hpp:11
virtual void governDaily()=0
bool empty()
Definition: Government.cpp:46
Definition: Government.hpp:14