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

@@ -89,6 +89,7 @@ rserr_t R_ChangeDisplaySettings( int width, int height, qboolean fullscreen );
int R_MaxVideoModes();
vidmode_t*R_GetVideoMode( int num );
void* GL_GetProcAddress( const char *name ); // RenderAPI requirement
void GL_UpdateSwapInterval( void );
/*
==============================================================================