MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / CCTextures_CheckExistence

Function CCTextures_CheckExistence

src/Resources.c:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697static int ccTexturesReqID;
698
699static void CCTextures_CheckExistence(void) {
700 cc_filepath path;
701 Platform_EncodePath(&path, &ccTexPack);
702
703 ccTexturesExist = File_Exists(&path);
704}
705
706static void CCTextures_CountMissing(void) {
707 if (ccTexturesExist) return;

Callers

nothing calls this directly

Calls 2

Platform_EncodePathFunction · 0.70
File_ExistsFunction · 0.70

Tested by

no test coverage detected