MCPcopy Create free account
hub / github.com/MyGUI/mygui / addResourceLocation

Method addResourceLocation

Common/Base/DirectX/BaseManager.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 void BaseManager::addResourceLocation(const std::string& _name, bool _recursive)
148 {
149 mPlatform->getDataManagerPtr()->addResourceLocation(_name, _recursive);
150 }
151
152}

Callers

nothing calls this directly

Calls 1

getDataManagerPtrMethod · 0.45

Tested by

no test coverage detected