Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
namespace
24
{
25
std::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
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected