MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Matches

Method Matches

neo/framework/FileSystem.cpp:1812–1817  ·  view source on GitHub ↗

=============== idDEntry::Matches =============== */

Source from the content-addressed store, hash-verified

1810===============
1811*/
1812bool idDEntry::Matches(const char *directory, const char *extension) const {
1813 if ( !idDEntry::directory.Icmp( directory ) && !idDEntry::extension.Icmp( extension ) ) {
1814 return true;
1815 }
1816 return false;
1817}
1818
1819/*
1820===============

Callers 1

ListOSFilesMethod · 0.80

Calls 1

IcmpMethod · 0.60

Tested by

no test coverage detected