| 688 | } |
| 689 | |
| 690 | std::shared_ptr<Resource::ResourceSystem> CSMWorld::Data::getResourceSystem() |
| 691 | { |
| 692 | return mResourceSystem; |
| 693 | } |
| 694 | |
| 695 | std::shared_ptr<const Resource::ResourceSystem> CSMWorld::Data::getResourceSystem() const |
| 696 | { |
no outgoing calls
no test coverage detected