engine: client: make both UI and Render API to use same implementation of GetFilesList function

This commit is contained in:
Alibek Omarov
2026-01-13 05:42:05 +05:00
parent cb7f2ad8af
commit 79f7fba83c
3 changed files with 4 additions and 27 deletions

View File

@@ -1181,6 +1181,7 @@ void UI_ConnectionProgress_Precache( void );
void UI_ConnectionProgress_Connect( const char *server );
void UI_ConnectionProgress_ChangeLevel( void );
void UI_ConnectionProgress_ParseServerInfo( const char *server );
char **GAME_EXPORT CL_GetFilesList( const char *pattern, int *numFiles, int gamedironly ); // used by both UI and Render APIs
//
// cl_mobile.c