MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / cf_LibraryFindClose

Function cf_LibraryFindClose

cfile/cfile.cpp:1027–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027void cf_LibraryFindClose() {
1028 cfile_search_library = nullptr;
1029 cfile_search_curr_index = 0;
1030 cfile_search_ispattern = false;
1031}
1032
1033bool cf_IsFileInHog(const std::filesystem::path &filename, const std::filesystem::path &hogname) {
1034 std::shared_ptr<library> lib = Libraries;

Callers 2

cf_LibraryFindFirstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected