| 53 | } |
| 54 | |
| 55 | UISceneNode* Plugin::getUISceneNode() const { |
| 56 | return mManager->getUISceneNode(); |
| 57 | } |
| 58 | |
| 59 | String Plugin::i18n( const std::string& key, const String& def ) const { |
| 60 | return getManager()->getUISceneNode()->i18n( key, def ); |
no outgoing calls
no test coverage detected