| 119 | } |
| 120 | |
| 121 | void ExportDataManager::addResourceLocation(const std::string& _path, bool _recursive) |
| 122 | { |
| 123 | ArhivInfo info; |
| 124 | info.name = MyGUI::UString(_path).asWStr(); |
| 125 | info.recursive = _recursive; |
| 126 | mPaths.push_back(info); |
| 127 | } |
| 128 | |
| 129 | } |
no test coverage detected