MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / findFiles

Function findFiles

TheForceEngine/TFE_A11y/accessibility.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void findFiles()
129 {
130 assert(s_captionsStatus == CC_NOT_LOADED);
131
132 findCaptionFiles();
133 findFontFiles();
134 }
135
136 //////////////////////////////////////////////////////
137 // Fonts

Callers 2

initFunction · 0.85
refreshFilesFunction · 0.85

Calls 2

findCaptionFilesFunction · 0.85
findFontFilesFunction · 0.85

Tested by

no test coverage detected