| 697 | static int ccTexturesReqID; |
| 698 | |
| 699 | static void CCTextures_CheckExistence(void) { |
| 700 | cc_filepath path; |
| 701 | Platform_EncodePath(&path, &ccTexPack); |
| 702 | |
| 703 | ccTexturesExist = File_Exists(&path); |
| 704 | } |
| 705 | |
| 706 | static void CCTextures_CountMissing(void) { |
| 707 | if (ccTexturesExist) return; |
nothing calls this directly
no test coverage detected