Entities update
This commit is contained in:
parent
4a3951938a
commit
05776f19f3
6 changed files with 18 additions and 7 deletions
|
|
@ -11,6 +11,10 @@ entity_id vessel_entity::id() const {
|
|||
return this->_id;
|
||||
}
|
||||
|
||||
entity_id vessel_entity::skipper() const {
|
||||
return this->_skipper_id;
|
||||
}
|
||||
|
||||
entity_id vessel_entity::harbor() const {
|
||||
return this->_harbor_id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue