MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / GetDefaultFileIcon

Method GetDefaultFileIcon

ImFileDialog.cpp:1489–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487 return (const char*)&folder_icon[0];
1488}
1489const char* ifd::GetDefaultFileIcon()
1490{
1491 return (const char*)&file_icon[0];
1492}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected