MCPcopy Create free account
hub / github.com/chrxh/alien / GetDefaultFileIcon

Method GetDefaultFileIcon

external/ImFileDialog/ImFileDialog.cpp:1477–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475 return (const char*)&folder_icon[0];
1476}
1477const char* ifd::GetDefaultFileIcon()
1478{
1479 return (const char*)&file_icon[0];
1480}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected