diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index f4d03d3..db4a06b 100644 --- a/src/common.h +++ b/src/common.h @@ -545,6 +545,10 @@ void Com_PageInMemory( void *buffer, size_t size ); color_index_t Com_ParseColor( const char *s, color_index_t last ); +#if USE_REF == REF_GL +unsigned Com_ParseExtensionString( const char *s, const char *const extnames[] ); +#endif + #ifndef _WIN32 void Com_FlushLogs( void ); #endif |