ref: gl: fix -Wmissing-prototypes

This commit is contained in:
Alibek Omarov
2024-01-27 20:18:05 +03:00
parent bf959da7ff
commit 661e60720d
16 changed files with 115 additions and 112 deletions

View File

@@ -807,7 +807,7 @@ void R_DrawFog( void )
R_DrawEntitiesOnList
=============
*/
void R_DrawEntitiesOnList( void )
static void R_DrawEntitiesOnList( void )
{
int i;