engine: client: move ref state updating into standalone function

This commit is contained in:
Alibek Omarov
2020-09-14 14:33:43 +03:00
parent e4a71afe63
commit 80a5c53cb2
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -51,5 +51,6 @@ extern convar_t *gl_clear;
qboolean R_Init( void );
void R_Shutdown( void );
void R_UpdateRefState( void );
#endif // REF_COMMON_H