ref: fix all undefined references

This commit is contained in:
Alibek Omarov
2019-03-11 17:37:58 +03:00
parent d0d5fd1a3f
commit 234507b7f1
27 changed files with 249 additions and 175 deletions

View File

@@ -19,6 +19,7 @@ GNU General Public License for more details.
#include "entity_types.h"
#include "vgui_draw.h"
#include "sound.h"
#include "platform/platform.h" // GL_UpdateSwapInterval
/*
===============
@@ -294,6 +295,8 @@ qboolean V_PreRender( void )
ref.dllFuncs.R_BeginFrame( !cl.paused );
GL_UpdateSwapInterval( );
return true;
}