Add test of resource availability

This commit is contained in:
Bruno Herbelin
2022-04-18 14:01:50 +02:00
parent e512eab1e8
commit 1c8575e40c
2 changed files with 10 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ namespace Resource
// list files in resource directory
std::string listDirectory();
// tests if a resource path is available
bool hasPath(const std::string& path);
}
#endif /* __RSC_MANAGER_H_ */