mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Git Plugin more WIP.
This commit is contained in:
@@ -45,6 +45,10 @@ PluginManager* Plugin::getManager() const {
|
||||
return mManager;
|
||||
}
|
||||
|
||||
UISceneNode* Plugin::getUISceneNode() const {
|
||||
return mManager->getUISceneNode();
|
||||
}
|
||||
|
||||
String Plugin::i18n( const std::string& key, const String& def ) const {
|
||||
return getManager()->getUISceneNode()->i18n( key, def );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user