21 #ifndef __ANTARES_LIBS_RESOURCE_H__
22 #define __ANTARES_LIBS_RESOURCE_H__
24 #include <yuni/yuni.h>
25 #include <yuni/core/string.h>
27 namespace Antares::Resources
35 bool FindFile(YString& out,
const AnyString& filename);
43 bool FindFirstOf(YString& out,
const char*
const*
const list);
48 bool FindExampleFolder(YString& folder);
53 void Initialize(
int argc,
const char* argv[],
bool initializeSearchPath =
false);
58 void GetRootFolder(YString& out);