| 221 | } |
| 222 | |
| 223 | bool CtrlrPanelResourceManager::resourceExists(const File &resourceFile) |
| 224 | { |
| 225 | if (getResource (resourceFile.getFileNameWithoutExtension())) |
| 226 | { |
| 227 | return (true); |
| 228 | } |
| 229 | |
| 230 | return (false); |
| 231 | } |
| 232 | |
| 233 | Result CtrlrPanelResourceManager::importResource (const ValueTree &resourceTree) |
| 234 | { |
no test coverage detected