| 63 | } |
| 64 | |
| 65 | void BaseManager::addResourceLocation(const std::string& _name, bool _recursive) |
| 66 | { |
| 67 | mPlatform->getDataManagerPtr()->addResourceLocation(_name, _recursive); |
| 68 | } |
| 69 | |
| 70 | void* BaseManager::loadImage(int& _width, int& _height, MyGUI::PixelFormat& _format, const std::string& _filename) |
| 71 | { |
nothing calls this directly
no test coverage detected