MCPcopy Create free account
hub / github.com/SFML/SFML / resourcesDir

Function resourcesDir

examples/opengl/OpenGL.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace
24{
25std::filesystem::path resourcesDir()
26{
27#ifdef SFML_SYSTEM_IOS
28 return "";
29#else
30 return "resources";
31#endif
32}
33} // namespace
34
35////////////////////////////////////////////////////////////

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected