Realign unit.h
This commit is contained in:
parent
f63dc8462f
commit
c38fb3dd41
1 changed files with 22 additions and 25 deletions
|
@ -34,9 +34,6 @@ public:
|
|||
bool operator==(const CUnit& rhs);
|
||||
bool operator!=(const CUnit& rhs) { return !(*this == rhs); }
|
||||
|
||||
// Default dtor
|
||||
~CUnit() = default;
|
||||
|
||||
// Getters for all the members
|
||||
inline const unit_id_t& getID() const { return unit_id; }
|
||||
inline const Team & getTeam() const { return team_id; }
|
||||
|
|
Loading…
Add table
Reference in a new issue