mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Add test of resource availability
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user