| 37 | } |
| 38 | |
| 39 | std::shared_ptr<MOBase::GameFeature> |
| 40 | GameFeaturesProxy::gameFeatureImpl(std::type_info const& info) const |
| 41 | { |
| 42 | return m_Features.gameFeature(info); |
| 43 | } |
| 44 | |
| 45 | int GameFeaturesProxy::unregisterFeaturesImpl(std::type_info const& info) |
| 46 | { |
nothing calls this directly
no test coverage detected