fix error: implicit declaration of function

This commit is contained in:
NightFox 2021-12-28 15:16:46 +03:00
parent 9420fc3e39
commit 2d6de8b149

View File

@ -595,6 +595,8 @@ static void drawEntity( cl_entity_t *ent, int render_mode )
static float g_frametime = 0;
void VK_AddFlashlight(cl_entity_t *ent);
void VK_SceneRender( const ref_viewpass_t *rvp ) {
int current_pipeline_index = kRenderNormal;