| 537 | #if USE_EDITOR |
| 538 | |
| 539 | void Asset::GetReferences(Array<Guid>& assets, Array<String>& files) const |
| 540 | { |
| 541 | // Fallback to the old API |
| 542 | PRAGMA_DISABLE_DEPRECATION_WARNINGS; |
| 543 | GetReferences(assets); |
| 544 | PRAGMA_ENABLE_DEPRECATION_WARNINGS; |
| 545 | } |
| 546 | |
| 547 | void Asset::GetReferences(Array<Guid>& output) const |
| 548 | { |
no test coverage detected