| 71 | } |
| 72 | |
| 73 | void BaseManager::addResourceLocation(const std::string& _name, bool _recursive) |
| 74 | { |
| 75 | mPlatform->getDataManagerPtr()->addResourceLocation(_name, _recursive); |
| 76 | } |
| 77 | |
| 78 | void* BaseManager::loadImage(int& _width, int& _height, MyGUI::PixelFormat& _format, const std::string& _filename) |
| 79 | { |
nothing calls this directly
no test coverage detected